Skip to content

Commit 72bd72b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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
- name: Enable nightly-only tests
3838
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
3939
if: matrix.rust == 'nightly'

0 commit comments

Comments
 (0)