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:43 -07:00
parent 9651508612
commit aea9d0ce1b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

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 test
msrv: