Skip to content

Commit

Permalink
Revert "Enable -Zrandomize-layout on nightly toolchain"
Browse files Browse the repository at this point in the history
This reverts commit f4baa51.
  • Loading branch information
dtolnay committed Feb 12, 2023
1 parent 620177c commit edee0ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yml
Expand Up @@ -106,12 +106,5 @@ runs:
fi
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
shell: bash

0 comments on commit edee0ab

Please sign in to comment.