Skip to content

Commit

Permalink
Revert servo to upstream in cargotest
Browse files Browse the repository at this point in the history
This is a follow-up to #45225 (comment)
now that upstream has adjusted servo/servo#19316
  • Loading branch information
SimonSapin committed Nov 21, 2017
1 parent ebda766 commit ad6f4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/cargotest/main.rs
Expand Up @@ -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.
Expand Down

0 comments on commit ad6f4dc

Please sign in to comment.