From 9926868195f3942c2c0d85e388c0ad1f8d2ab997 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 17 Jul 2019 18:15:20 +0200 Subject: [PATCH] ci: include public credentials in the linuxtools pr job This allows the use of sccache to compile LLVM, and should fix toolstate not working. --- .azure-pipelines/pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index b389dcfef45a1..62e23efe1ef16 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