Skip to content

Commit 3002bd2

Browse files
authored
Rollup merge of #69928 - pietroalbini:bump-cargotest-webrender, r=Mark-Simulacrum
ci: bump webrender in cargotest This bumps the commit of webrender we test to include a fix for a spurious failure we encountered in CI. See #69895 for more context on the spurious failure. The commit we're interested in including is servo/webrender@07439c5. Thanks again @jrmuizel for the quick response on this! r? @Mark-Simulacrum
2 parents 855e79a + bbafe47 commit 3002bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/cargotest/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const TEST_REPOS: &'static [Test] = &[
6161
Test {
6262
name: "webrender",
6363
repo: "https://github.com/servo/webrender",
64-
sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
64+
sha: "6f23331299bf47e7e4683b815d10320770e14e21",
6565
lock: None,
6666
packages: &[],
6767
},

0 commit comments

Comments
 (0)