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
This commit is contained in:
commit
0863e2ce01
@ -58,13 +58,6 @@ struct Test {
|
||||
// This takes much less time to build than all of Servo and supports stable Rust.
|
||||
packages: &["selectors"],
|
||||
},
|
||||
Test {
|
||||
name: "webrender",
|
||||
repo: "https://github.com/servo/webrender",
|
||||
sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
|
||||
lock: None,
|
||||
packages: &[],
|
||||
},
|
||||
];
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user