diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-10-12 14:57:21 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-10-12 17:42:19 +0200 |
commit | a127f4773cc0abad4db62eb003e7823d5c19e304 (patch) | |
tree | be342a425b5d044529b451353edf6e25d950f2ac | |
parent | 5d38328201473a3f5afbd4a017ec677e9cabb3d1 (diff) | |
download | zsh-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.yml | 4 |
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 |