Skip to content

Commit edee0ab

Browse files
committed
Revert "Enable -Zrandomize-layout on nightly toolchain"
This reverts commit f4baa51.
1 parent 620177c commit edee0ab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,5 @@ runs:
106106
fi
107107
shell: bash
108108
109-
- run: |
110-
: enable randomized type layout
111-
if rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: .*nightly'; then
112-
echo RUSTFLAGS="-Zrandomize-layout ${RUSTFLAGS}" >> $GITHUB_ENV
113-
fi
114-
shell: bash
115-
116109
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
117110
shell: bash

0 commit comments

Comments
 (0)