From: Mark Andrews Date: Wed, 14 Sep 2022 02:08:00 +0000 (+1000) Subject: Report how named was built X-Git-Tag: v9.19.6~41^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=979062ee5da378a7e740406776acdb2ce773ca10;p=thirdparty%2Fbind9.git Report how named was built --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ccfdd194ba..c6862373039 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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