Removal of Cargo.lock
from rust-src
causes Bevy CI to fail
#128840
Labels
C-bug
Category: This is a bug.
Cargo.lock
from rust-src
causes Bevy CI to fail
#128840
Description
build-wasm-atomics
CI check failing bevyengine/bevy#14662ci.yml
As part of Bevy's CI, we check that it builds with
wasm32-unknown-unknown
withtarget-feature=+atomics,+bulk-memory
on nightly. This check has recently started failing due to #128685. I found this after runningcargo-bisect-rustc
, whose output can be found below:cargo-bisect-rustc
outputsearched 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:
The text was updated successfully, but these errors were encountered: