Skip to content

Commit

Permalink
Need to build the default plugin before trying to build Javy CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Nov 19, 2024
1 parent f40798c commit 9955288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cli-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
- uses: ./.github/actions/ci-shared-setup

- name: Build test-plugin
# Need to build Javy default plugin and Javy CLI to run `javy init-plugin` on the test plugin.
run: |
cargo build --package=javy-test-plugin --release --target=wasm32-wasip1
cargo build --package=javy-plugin --release --target=wasm32-wasip1
CARGO_PROFILE_RELEASE_LTO=off cargo build --package=javy-cli --release
cargo build --package=javy-test-plugin --release --target=wasm32-wasip1
target/release/javy init-plugin target/wasm32-wasip1/release/test_plugin.wasm -o crates/runner/test_plugin.wasm
- name: Test `experimental_event_loop`
Expand Down

0 comments on commit 9955288

Please sign in to comment.