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

Ensure libraries built in stage0 have unique metadata #50789

Merged
merged 1 commit into from May 17, 2018

Commits on May 16, 2018

  1. Ensure libraries built in stage0 have unique metadata

    Issue rust-lang#50786 shows a case with local rebuild where the libraries built
    by stage0 had the same suffix as stage0's own, and were accidentally
    loaded by that stage0 rustc when compiling `librustc_trans`.
    
    Now we set `__CARGO_DEFAULT_LIB_METADATA` to "bootstrap" during stage0,
    rather than the release channel like usual, so the library suffix will
    always be completely distinct from the stage0 compiler.
    cuviper committed May 16, 2018
    Configuration menu
    Copy the full SHA
    e8e5eb5 View commit details
    Browse the repository at this point in the history