diff options
| author | bors <bors@rust-lang.org> | 2019-07-17 19:40:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-17 19:40:33 +0000 |
| commit | bc2e84ca0939b73fcf1768209044432f6a15c2e5 (patch) | |
| tree | d5fc7b22b76000003786a3c792a26289322d862f | |
| parent | 2eb0bc5e3c52a34b6d62ab0527520c66e4c575bd (diff) | |
| parent | 9926868195f3942c2c0d85e388c0ad1f8d2ab997 (diff) | |
| download | rust-bc2e84ca0939b73fcf1768209044432f6a15c2e5.tar.gz rust-bc2e84ca0939b73fcf1768209044432f6a15c2e5.zip | |
Auto merge of #62757 - pietroalbini:fix-linuxtools, r=alexcrichton
ci: fix LinuxTools PR builder missing environment variables This PR includes the new `public-credentials` variables group in PR builders, hopefully fixing sccache and toolstate. ~~Do not merge this yet as I want to do a test build first.~~ r? @alexcrichton fixes https://github.com/rust-lang/rust/issues/62754 https://github.com/rust-lang/rust/issues/62753
| -rw-r--r-- | .azure-pipelines/pr.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index b389dcfef45..62e23efe1ef 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -6,6 +6,9 @@ trigger: none pr: - master +variables: +- group: public-credentials + jobs: - job: Linux timeoutInMinutes: 600 |
