From bbafe47c1449fd75eb5c4726da9bcdf7f6b3520a Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 11 Mar 2020 17:28:46 +0100 Subject: [PATCH] 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. --- src/tools/cargotest/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index cf00cb1ab8a4b..d29244f077037 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -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: &[], },