diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2017-11-21 14:21:24 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2017-11-21 14:24:23 +0100 |
| commit | ad6f4dcea76172e0ad98d67b46e45190b06ffd18 (patch) | |
| tree | de0d88f83c85bb8635acc4c8aebc6a8d89f188d3 | |
| parent | ebda7662dbb79ab0a9feb79d367d0818c23ff1dc (diff) | |
| download | rust-ad6f4dcea76172e0ad98d67b46e45190b06ffd18.tar.gz rust-ad6f4dcea76172e0ad98d67b46e45190b06ffd18.zip | |
Revert servo to upstream in cargotest
This is a follow-up to https://github.com/rust-lang/rust/pull/45225#issuecomment-345503017 now that upstream has adjusted https://github.com/servo/servo/pull/19316
| -rw-r--r-- | src/tools/cargotest/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index b1122f401fe..d04231bbac0 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -60,8 +60,8 @@ const TEST_REPOS: &'static [Test] = &[ }, Test { name: "servo", - repo: "https://github.com/eddyb/servo", - sha: "6031de9a397e2feba4ff98725991825f62b68518", + repo: "https://github.com/servo/servo", + sha: "17e97b9320fdb7cdb33bbc5f4d0fde0653bbf2e4", lock: None, // Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox. // This takes much less time to build than all of Servo and supports stable Rust. |
