]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Installing coccinelle on Debian sid is broken, switch to Debian buster
authorOndřej Surý <ondrej@sury.org>
Mon, 18 Nov 2019 17:07:01 +0000 (01:07 +0800)
committerOndřej Surý <ondrej@sury.org>
Mon, 18 Nov 2019 18:02:29 +0000 (02:02 +0800)
(cherry picked from commit 0946db13de485c8129e30513b4ca46c7531db844)

.gitlab-ci.yml

index 7c466ea89dd25c20f7a6e94c81c95b2ed01b85c4..cf641cc79735998f19677d2009203b215f0c74fa 100644 (file)
@@ -311,6 +311,7 @@ misc:sid:amd64:
 
 🐞:sid:amd64:
   <<: *precheck_job
+  <<: *debian_buster_amd64_image
   script:
     - util/check-cocci
     - if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi