Skip to content

Commit

Permalink
fix wasm?
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 22, 2022
1 parent 96702b7 commit 74fea6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,11 @@ jobs:

# We don't expect to keep being clippy-clean on nightly Rust
- name: Install clippy
if: steps.force_nightly.outputs.force_nightly_status != 'true'
if: steps.force_nightly.outputs.force_nightly_status != 'true'
run: rustup component add clippy

- uses: actions-rs/clippy-check@v1.0.7
if: steps.force_nightly.outputs.force_nightly_status != 'true'
if: steps.force_nightly.outputs.force_nightly_status != 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}
# keep args in sync with `clippy-all` in .cargo/config.toml
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/wasm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exit_on_error true
# Re-run the build command only to generate the JSON output (--message-format=json)
set_env RUSTFLAGS "-C panic=abort -C opt-level=s"
output = exec cargo +nightly-2022-04-05 wasm-build-release --message-format=json --examples --workspace --features serde --exclude icu_datagen
output = exec cargo +${ICU4X_NIGHTLY_TOOLCHAIN} wasm-build-release --message-format=json --examples --workspace --features serde --exclude icu_datagen
if ${output.code}
echo ${output.stderr}
trigger_error "Build failed! See output above."
Expand Down

0 comments on commit 74fea6e

Please sign in to comment.