diff options
| author | bors <bors@rust-lang.org> | 2019-05-24 19:22:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-05-24 19:22:13 +0000 |
| commit | dec4c5201f88efbc3020b04ba96a5ee2c3b6cfcd (patch) | |
| tree | 37d6545208e7ef8c6c5c783321c7384fffd8eff9 /src/tools | |
| parent | fc45382c125d940822368e866588568d78551946 (diff) | |
| parent | 2244ca3973fa4a43ef53a16826086e43eae86539 (diff) | |
| download | rust-dec4c5201f88efbc3020b04ba96a5ee2c3b6cfcd.tar.gz rust-dec4c5201f88efbc3020b04ba96a5ee2c3b6cfcd.zip | |
Auto merge of #60777 - pietroalbini:azure-pipelines, r=alexcrichton
Add Azure Pipelines configuration Huge thanks to @johnterickson and @willsmythe for writing the initial config! :heart: I applied some changes to the initial config and disabled most of the builders since we're not going to run all of them during the initial step for the evaluation. [More details about our plans for the Azure Pipelines evaluation.](https://internals.rust-lang.org/t/update-on-the-ci-investigation/10056) r? @alexcrichton @kennytm cc @rust-lang/infra @ethomson @rylev
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 3126b44f0d6..14035eedbb4 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: "57250b2b8fa63934f80e5376a29f7dcb3f759ad6", + sha: "cdadd068f4c7218bd983d856981d561e605270ab", lock: None, packages: &[], }, |
