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 58b2d89 commit bfcf1f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:/rust-lang/rust/issues/113941
- run: cargo test

xplat:
Expand All @@ -55,6 +55,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: false # FIXME https:/rust-lang/rust/issues/113941
- run: cargo test

minimal:
Expand Down

0 comments on commit bfcf1f0

Please sign in to comment.