Skip to content

Commit

Permalink
ci: bump webrender in cargotest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pietroalbini committed Mar 11, 2020
1 parent c20d7ee commit bbafe47
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 bbafe47

Please sign in to comment.