]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Report how named was built
authorMark Andrews <marka@isc.org>
Wed, 14 Sep 2022 02:08:00 +0000 (12:08 +1000)
committerMark Andrews <marka@isc.org>
Fri, 23 Sep 2022 04:07:21 +0000 (14:07 +1000)
(cherry picked from commit 979062ee5da378a7e740406776acdb2ce773ca10)

.gitlab-ci.yml

index d23527e2efd2d14e58a6b732223acb8fd5ce0c23..842aa29054b45e58a5f71417d4fb7004deab6a1a 100644 (file)
@@ -284,6 +284,7 @@ stages:
     - test -z "${CROSS_COMPILATION}" || file lib/dns/gen | grep -F -q "ELF 64-bit LSB"
     - test -z "${CROSS_COMPILATION}" || ( ! git ls-files -z --others --exclude lib/dns/gen | xargs -0 file | grep "ELF 64-bit LSB" )
     - if test -z "${OUT_OF_TREE_WORKSPACE}" && test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi
+    - bin/named/named -V
   needs:
     - job: autoreconf
       artifacts: true