Skip to content

Commit 0863e2c

Browse files
authored
Rollup merge of #70626 - pietroalbini:remove-webrender-cargotest, r=Mark-Simulacrum
cargotest: remove webrender The current webrender commit occasionally fails without a reason, and the latest webrender commit is missing a dependency on our Windows builders. It's not worth installing an extra dependency for cargotest, and the spurious failure makes keeping this test not worth it. r? @Mark-Simulacrum
2 parents 1b40067 + 0110634 commit 0863e2c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/cargotest/main.rs

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ const TEST_REPOS: &'static [Test] = &[
5858
// This takes much less time to build than all of Servo and supports stable Rust.
5959
packages: &["selectors"],
6060
},
61-
Test {
62-
name: "webrender",
63-
repo: "https://github.com/servo/webrender",
64-
sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
65-
lock: None,
66-
packages: &[],
67-
},
6861
];
6962

7063
fn main() {

0 commit comments

Comments
 (0)