mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-05 13:57:37 +03:00
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
Fixed in nightly-2023-07-23.
This reverts commit 36a2e05e9d
.
This commit is contained in:
parent
36a2e05e9d
commit
23be22db3b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,6 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
- name: Enable type layout randomization
|
- name: Enable type layout randomization
|
||||||
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
|
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
|
||||||
if: false # FIXME https://github.com/rust-lang/rust/issues/113941
|
|
||||||
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs
|
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs
|
||||||
- run: diff tests/lib.expand.rs expand.rs
|
- run: diff tests/lib.expand.rs expand.rs
|
||||||
|
|
||||||
|
@ -48,7 +47,7 @@ jobs:
|
||||||
toolchain: ${{matrix.rust}}
|
toolchain: ${{matrix.rust}}
|
||||||
- name: Enable type layout randomization
|
- name: Enable type layout randomization
|
||||||
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
|
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 check --locked
|
- run: cargo check --locked
|
||||||
- run: cargo update
|
- run: cargo update
|
||||||
- run: cargo check
|
- run: cargo check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue