From ebe0f68e9971dd937e9eea20464ddc43f86cef2b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 14 Sep 2022 12:08:00 +1000 Subject: [PATCH] Report how named was built (cherry picked from commit 979062ee5da378a7e740406776acdb2ce773ca10) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d23527e2ef..842aa29054 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