Skip to content

Commit dd6aedf

Browse files
committed
Temporarily disable -Zrandomize-layout due to rustc ICE
rust-lang/rust#113941
1 parent e56efcb commit dd6aedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
toolchain: ${{matrix.rust}}
3434
- name: Enable type layout randomization
3535
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36-
if: matrix.rust == 'nightly'
36+
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
3737
- run: cargo test
3838

3939
minimal:

0 commit comments

Comments
 (0)