]> 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 03:17:55 +0000 (13:17 +1000)
.gitlab-ci.yml

index 0ccfdd194baaf0c674c590c1e0f238d2fb91a33f..c686237303948bc51a1f26bb4a1d1e1f5176db85 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