Skip to content

Commit

Permalink
Rollup merge of rust-lang#69928 - pietroalbini:bump-cargotest-webrend…
Browse files Browse the repository at this point in the history
…er, 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 rust-lang#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
  • Loading branch information
Centril committed Mar 11, 2020
2 parents 855e79a + bbafe47 commit 3002bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const TEST_REPOS: &'static [Test] = &[
Test {
name: "webrender",
repo: "https://github.com/servo/webrender",
sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
sha: "6f23331299bf47e7e4683b815d10320770e14e21",
lock: None,
packages: &[],
},
Expand Down

0 comments on commit 3002bd2

Please sign in to comment.