diff options
-rw-r--r-- | debian/salsa-ci.yml | 6 |
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 |