Conversation
Add `-Z randomize-layout` flag to the CI when the tests are run in the nighlty toolchain. closes google#56
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Thanks for this! Looks like the CI failures are because RUSTFLAGS="-Z randomize-layout" cargo test
RUSTFLAGS="-Z randomize-layout" cargo miri test |
I have just realized that, working on a fix, Thank you |
Pass `-Z randomize-layout` as rustc flag via environment variable.
joshlf
left a comment
There was a problem hiding this comment.
Awesome, thanks again @itsyaasir !
Add `-Z randomize-layout` flag to CI when the tests are run in the nightly toolchain. Closes #56
Add
-Z randomize-layoutflag to the CI when the tests are run in the nighlty toolchain. closes #56