]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add util/check-ans-prereq to precheck
authorMark Andrews <marka@isc.org>
Fri, 8 Feb 2019 01:21:59 +0000 (12:21 +1100)
committerMark Andrews <marka@isc.org>
Mon, 11 Feb 2019 22:04:20 +0000 (09:04 +1100)
(cherry picked from commit 74c1c375631ed787488832238b0d45db36d842cc)

.gitlab-ci.yml

index ccb8e8c6816f789972598a817ec1bec9d80da27d..0363246179f13dacbec9c07a74a51c2da468bbb2 100644 (file)
@@ -154,6 +154,7 @@ stages:
 misc:sid:amd64:
   <<: *precheck_job
   script:
+    - sh util/check-ans-prereq.sh
     - sh util/checklibs.sh > checklibs.out
     - sh util/tabify-changes < CHANGES > CHANGES.tmp
     - diff -urNap CHANGES CHANGES.tmp