We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 785525d + f4baa51 commit 620177cCopy full SHA for 620177c
action.yml
@@ -106,5 +106,12 @@ runs:
106
fi
107
shell: bash
108
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
+
116
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
117
0 commit comments