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 a186f88 commit 51412b3
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 @@ -44,7 +44,7 @@ jobs:
toolchain: ${{matrix.rust}}
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: startsWith(matrix.rust, 'nightly')
if: startsWith(matrix.rust, 'nightly') && false # FIXME https://github.com/rust-lang/rust/issues/113941
- run: cargo test

clippy:
Expand Down

0 comments on commit 51412b3

Please sign in to comment.