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 a01e5d4 commit 72bd72b
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 @@ -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
- name: Enable nightly-only tests
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
if: matrix.rust == 'nightly'
Expand Down

0 comments on commit 72bd72b

Please sign in to comment.