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

Override rustc version in ui and mir-opt tests to get stable hashes #92363

Merged
merged 2 commits into from
Jan 21, 2022

Commits on Jan 20, 2022

  1. Override rustc version in ui and mir-opt tests to get stable hashes

    Building a dozen separate regexps for each test in compiletest consumes significant amounts of CPU cycles.
    Using `RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER` stabilizes hashes calcuated for the individual tests so
    no test-dependent normalization is needed. Hashes for the standard library still change so some
    normalizations are still needed.
    the8472 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8985e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5796d View commit details
    Browse the repository at this point in the history