Skip to content

Commit c71dd29

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
components: rust-src
5858
- name: Enable type layout randomization
5959
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
60+
if: false # FIXME https://github.com/rust-lang/rust/issues/113941
6061
- run: cargo test
6162
- run: cargo test --no-default-features
6263
- run: cargo test --no-default-features --test features -- --ignored make_sure_no_proc_macro # run the ignored test to make sure the `proc-macro` feature is disabled

0 commit comments

Comments
 (0)