Skip to content

Commit a1f510e

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

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
@@ -34,7 +34,7 @@ jobs:
3434
components: rust-src
3535
- name: Enable type layout randomization
3636
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
37-
if: matrix.rust == 'nightly'
37+
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
3838
- run: cargo test
3939
- run: cargo check --no-default-features
4040
- run: cargo check --features backtrace

0 commit comments

Comments
 (0)