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

Use a stable compiler for build-geckolib #12319

Merged
merged 8 commits into from Jul 9, 2016
Merged

Use a stable compiler for build-geckolib #12319

merged 8 commits into from Jul 9, 2016

Commits on Jul 8, 2016

  1. Remove geckolib’s "servo_features" Cargo feature

    We’re about to switch to separate CARGO_TARGET_DIR (and different
    compiler version) so we won’t be able to share build output with servo’s
    "normal" build anyway.
    SimonSapin committed Jul 8, 2016
  2. Fix "looking for rustc at …" message for stable when already bootstra…

    …pped
    
    Also always download from static-rust-lang-org.s3.amazonaws.com instead
    of static.rust-lang.org. They host the same content, but the latter goes
    through a CDN and has a TLS certificate that failed to verify and some
    Python versions:
    
    #3582
    #3971
    SimonSapin committed Jul 8, 2016
  3. Remove the "./mach build-stable" subcommand

    It is replaced by "./mach build-gecklibo" using stable Rust.
    SimonSapin committed Jul 8, 2016
  4. Use static-rust-lang-org.s3.amazonaws.com everywhere.

    SimonSapin committed Jul 8, 2016
You can’t perform that action at this time.