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

Copy more libraries from local Rust to stage0 #33531

Merged
merged 1 commit into from
May 13, 2016

Commits on May 10, 2016

  1. Copy more libraries from local Rust to stage0

    When bootstrapping Rust using a previously built toolchain, I noticed
    a number of libraries were not copied in. As a result the copied in
    rustc fails to execute because it can't find all its dependences.
    
    Add them into the local_stage0.sh script.
    antonblanchard committed May 10, 2016
    Configuration menu
    Copy the full SHA
    0a38089 View commit details
    Browse the repository at this point in the history