-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use -Z randomize-layout #56
Comments
Hey there, I would like to take up this issue. |
itsyaasir
added a commit
to itsyaasir/zerocopy
that referenced
this issue
Oct 14, 2022
Add `-Z randomize-layout` flag to the CI when the tests are run in the nighlty toolchain. closes google#56
Awesome, thanks @itsyaasir ! Welcome to zerocopy 😃 |
Thank you @joshlf |
joshlf
pushed a commit
that referenced
this issue
Oct 14, 2022
Add `-Z randomize-layout` flag to CI when the tests are run in the nightly toolchain. Closes #56
joshlf
pushed a commit
that referenced
this issue
Aug 3, 2023
Add `-Z randomize-layout` flag to CI when the tests are run in the nightly toolchain. Closes #56
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we're testing with the nightly toolchain in CI, we should use the
-Z randomize-layout
rustc flag.The text was updated successfully, but these errors were encountered: