Skip to content

Commit

Permalink
Rollup merge of rust-lang#46155 - SimonSapin:stylo, r=kennytm
Browse files Browse the repository at this point in the history
Revert servo to upstream in cargotest

This is a follow-up to rust-lang#45225 (comment) now that upstream has adjusted: servo/servo#19316
  • Loading branch information
kennytm authored Nov 21, 2017
2 parents 9a69b00 + ad6f4dc commit 7f0a1e2
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/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 7f0a1e2

Please sign in to comment.