Closed as not planned
Description
Description
- Bevy issue:
build-wasm-atomics
CI check failing bevyengine/bevy#14662 - Regression PR: Remove the root Cargo.lock from the rust-src component #128685
- Original CI job:
ci.yml
As part of Bevy's CI, we check that it builds with wasm32-unknown-unknown
with target-feature=+atomics,+bulk-memory
on nightly. This check has recently started failing due to #128685. I found this after running cargo-bisect-rustc
, whose output can be found below:
cargo-bisect-rustc
output
searched nightlies: from nightly-2024-08-06 to nightly-2024-08-08
regressed nightly: nightly-2024-08-08
searched commit range: 60d1465...8b38707
regressed commit: 0ddead3
bisected with cargo-bisect-rustc v0.6.9
Host triple: aarch64-apple-darwin
Reproduce with:
RUSTFLAGS="-C target-feature=+atomics,+bulk-memory" GITHUB_TOKEN=`gh auth token` cargo bisect-rustc --access=github --with-src --start=2024-08-06 --end=2024-08-08 -- check --target wasm32-unknown-unknown -Z build-std=std,panic_abort