mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-04-17 19:24:40 +08:00
Revert "Enable -Zrandomize-layout on nightly toolchain"
This reverts commit f4baa51409.
This commit is contained in:
@@ -106,12 +106,5 @@ runs:
|
|||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- run: |
|
|
||||||
: enable randomized type layout
|
|
||||||
if rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: .*nightly'; then
|
|
||||||
echo RUSTFLAGS="-Zrandomize-layout ${RUSTFLAGS}" >> $GITHUB_ENV
|
|
||||||
fi
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user