Skip to content

Commit

Permalink
Temporarily disable -Zrandomize-layout due to rustc ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 22, 2023
1 parent 75ffbc4 commit a2ccf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
target: wasm32-unknown-unknown
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly'
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
- run: cargo build --manifest-path demo/impl/Cargo.toml --release --target wasm32-unknown-unknown
- run: cargo run --manifest-path demo/caller/Cargo.toml
- run: cargo test --manifest-path runtime/tests/Cargo.toml
Expand Down

0 comments on commit a2ccf7e

Please sign in to comment.