summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2020-10-12 17:07:19 +0200
committerAxel Beckert <abe@deuxchevaux.org>2020-10-12 17:43:05 +0200
commit12746f0ac9132d4f8032309de6445645bb4538a7 (patch)
tree9914ec47d5be8fc4d2f018da540a97f8178ccbf6
parenta127f4773cc0abad4db62eb003e7823d5c19e304 (diff)
downloadzsh-12746f0ac9132d4f8032309de6445645bb4538a7.tar.gz
zsh-12746f0ac9132d4f8032309de6445645bb4538a7.zip
Salsa CI: Allow reprotest to fail
zsh's FTBFS inside reprotest is locally not reproducible with "reprotest --variations=-kernel". Gbp-Dch: Full
-rw-r--r--debian/salsa-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 1d58dec3e..d219f01cb 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -5,3 +5,9 @@ include:
variables:
# Too many false positives on test suite stuff and when linking statically
SALSA_CI_DISABLE_BLHC: 1
+
+reprotest:
+ # Works fine for me locally with "reprotest --variations=-kernel",
+ # but FTBFS with reprotest on Salsa CI with this error:
+ # curses_keys.h:93:15: error: ‘KEY_EVENT’ undeclared here (not in a function); did you mean ‘KEY_RESET’?
+ allow_failure: true