Temporarily disable -Zrandomize-layout due to rustc ICE

https://github.com/rust-lang/rust/issues/113941
This commit is contained in:
David Tolnay 2023-07-21 20:22:40 -07:00
parent 81c115b833
commit 5a2a69eed4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
toolchain: ${{matrix.rust}}
- 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
- run: cargo test
- run: cargo test --release