Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-02-07 14:23:14 +0300
committerGitHub <noreply@github.com>2022-02-07 14:23:14 +0300
commit22c97f98042ea15ec7c67492c18a3e3814df9f57 (patch)
treec7ffdae55a029201cb7002340666d804b091bb5c
parentd707b379670052dbb926739c1f060aa11f442f30 (diff)
Disable CG task on Linux musl
It runs into errors there.
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index dccc6395dbf9..65e91ae694d7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -91,6 +91,7 @@ stages:
- job: Build_Linux_musl
displayName: Linux_musl
timeoutInMinutes: 120
+ disableComponentGovernance: true # CG doesn't work on Linux musl
strategy:
matrix:
x64: