mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 19:33:03 +00:00
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
Fixed in nightly-2023-07-23.
This reverts commit aea9d0ce1b
.
This commit is contained in:
parent
aea9d0ce1b
commit
1cc99387c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
toolchain: ${{matrix.rust}}
|
||||
- name: Enable type layout randomization
|
||||
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
|
||||
if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
|
||||
if: matrix.rust == 'nightly'
|
||||
- run: cargo test
|
||||
|
||||
msrv:
|
||||
|
|
Loading…
Reference in a new issue