Skip to content

Commit

Permalink
servo: Merge #18325 - Switch back to pinning Rust by Nightly date ins…
Browse files Browse the repository at this point in the history
…tead of commit hash… (from servo:rustup-toolchain); r=nox

… this time using a `rust-toolchain` file compatible with rustup: https://github.com/rust-lang-nursery/rustup.rs/#the-toolchain-file

And upgrade to rustc 1.21.0-nightly (c11f689d2 2017-08-29)

----

Now if both `system-rust` and `system-cargo` are set to `true` in `.servobuild`’s `[tools]` section, and the corresponding `rustc` and `cargo` binaries are in fact rustup’s wrappers, then rustup will use the correct version based on `rust-toolchain`.

CC servo/servo#11361

Unlike servo/servo#17927, this does not make mach use rustup directly. That should wait until rust-lang/rustup#1099 is fixed.

Source-Repo: https://github.com/servo/servo
Source-Revision: c4800a6c83e6fdabaf7c4eff70a24487d16f18ff

UltraBlame original commit: 5df6f8fe6c50631fe00f47b69d16b8d555d90503
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 001874a commit 857d6ce
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 618 deletions.
8 changes: 2 additions & 6 deletions servo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1274,9 +1274,7 @@ see
[
rust
-
commit
-
hash
toolchain
]
(
https
Expand All @@ -1297,9 +1295,7 @@ master
/
rust
-
commit
-
hash
toolchain
)
.
#
Expand Down
8 changes: 2 additions & 6 deletions servo/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,19 +410,15 @@ servo
>
rust
-
commit
-
hash
toolchain
-
.
cargo
-
>
rust
-
commit
-
hash
toolchain
-
.
ccache
Expand Down

0 comments on commit 857d6ce

Please sign in to comment.