diff options
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 000000000..d219f01cb --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,13 @@ +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 + +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 |