Skip to content

Commit 9926868

Browse files
committed
ci: include public credentials in the linuxtools pr job
This allows the use of sccache to compile LLVM, and should fix toolstate not working.
1 parent e34d4ae commit 9926868

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)