Skip to content
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

enable -Zrandomize-layout in debug CI builds #101339

Merged
merged 7 commits into from
Sep 5, 2024

Commits on Aug 31, 2024

  1. Add rust.randomize-layout config to build artifacts with -Zrandomize-…

    …layout
    
    Additionally teach compiletest to ignore tests that rely on deterministic layout.
    Tests themselves aren't built with randomization but they can still observe
    slight changes in std or rustc
    the8472 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    121e9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3bc08a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf8eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3169f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e377c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df20808 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c218c75 View commit details
    Browse the repository at this point in the history