summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2020-10-12 14:57:21 +0200
committerAxel Beckert <abe@deuxchevaux.org>2020-10-12 17:42:19 +0200
commita127f4773cc0abad4db62eb003e7823d5c19e304 (patch)
treebe342a425b5d044529b451353edf6e25d950f2ac
parent5d38328201473a3f5afbd4a017ec677e9cabb3d1 (diff)
downloadzsh-a127f4773cc0abad4db62eb003e7823d5c19e304.tar.gz
zsh-a127f4773cc0abad4db62eb003e7823d5c19e304.zip
Disable blhc CI job for now (too many and only false positives)
It only argues about compiler options of gcc calls to determine its version and missing linker flags when building static binaries.
-rw-r--r--debian/salsa-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 0c22dc437..1d58dec3e 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,3 +1,7 @@
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+ # Too many false positives on test suite stuff and when linking statically
+ SALSA_CI_DISABLE_BLHC: 1