Skip to content

Commit

Permalink
Merge pull request #2417 from subspace/remove-WASM_BUILD_CLEAN_TARGET
Browse files Browse the repository at this point in the history
Remove WASM_BUILD_CLEAN_TARGET as no longer necessary
  • Loading branch information
nazar-pc authored Jan 15, 2024
2 parents 2d6494a + 73749a2 commit 2d3e52c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env:
# TODO: AES flag is such that we have decent performance on ARMv8, remove once `aes` crate bumps MSRV to at least
# 1.61: https://github.com/RustCrypto/block-ciphers/issues/373
RUSTFLAGS: -C strip=symbols -C opt-level=s --cfg aes_armv8
# Remove unnecessary WASM build artefacts
WASM_BUILD_CLEAN_TARGET: 1

jobs:
cargo-fmt:
Expand Down

0 comments on commit 2d3e52c

Please sign in to comment.