Skip to content

Commit 75eb648

Browse files
committed
Temporarily disable -Zrandomize-layout due to rustc ICE
rust-lang/rust#113941
1 parent 5df2f5e commit 75eb648

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
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: ${{matrix.rust}}
4242
- name: Enable type layout randomization
4343
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
44-
if: matrix.rust == 'nightly'
44+
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
4545
- run: cargo test
4646

4747
msrv:

0 commit comments

Comments
 (0)