Skip to content

Commit

Permalink
cargotest: temporarily use eddyb/servo to include servo/servo#19285.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Nov 19, 2017
1 parent fb83283 commit b0812de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const TEST_REPOS: &'static [Test] = &[
},
Test {
name: "servo",
repo: "https://github.com/servo/servo",
sha: "38fe9533b93e985657f99a29772bf3d3c8694822",
repo: "https://github.com/eddyb/servo",
sha: "6031de9a397e2feba4ff98725991825f62b68518",
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 b0812de

Please sign in to comment.