Skip to content

Commit bc2e84c

Browse files
committed
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 #62754 #62753
2 parents 2eb0bc5 + 9926868 commit bc2e84c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/pr.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ trigger: none
66
pr:
77
- master
88

9+
variables:
10+
- group: public-credentials
11+
912
jobs:
1013
- job: Linux
1114
timeoutInMinutes: 600

0 commit comments

Comments
 (0)