debian/salsa-ci.yml: don't allow reprotest to fail
authorMaximilian Engelhardt <maxi@daemonizer.de>
Sun, 13 Dec 2020 11:24:23 +0000 (12:24 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Sun, 28 Feb 2021 18:53:12 +0000 (19:53 +0100)
Xen now builds reproducibly.

Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
Acked-by: Hans van Kranenburg <hans@knorrie.org>
debian/salsa-ci.yml

index acd1b0357992aaaf97ef195435232e04aeaf2c16..95e9d0d98bc024909ac63a279987010516d4a170 100644 (file)
@@ -16,9 +16,6 @@ extract-source:
     - test -d .git/info || mkdir .git/info
     - echo ".gitarchive-info -export-subst" >> .git/info/attributes
 
-reprotest:
-  allow_failure: true
-
 variables:
   # disable shallow cloning of git repository. This is needed for git-debrebase
   GIT_DEPTH: 0