Skip to content

Commit

Permalink
Auto merge of #62757 - pietroalbini:fix-linuxtools, r=alexcrichton
Browse files Browse the repository at this point in the history
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 #62754 #62753
  • Loading branch information
bors committed Jul 17, 2019
2 parents 2eb0bc5 + 9926868 commit bc2e84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ trigger: none
pr:
- master

variables:
- group: public-credentials

jobs:
- job: Linux
timeoutInMinutes: 600
Expand Down

0 comments on commit bc2e84c

Please sign in to comment.