From: Michał Kępień Date: Tue, 9 Jun 2020 12:47:06 +0000 (+0200) Subject: Fix respdiff job in GitLab CI X-Git-Tag: v9.17.2~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36b7e867402db890f89b469b4668fcd5e68afef;p=thirdparty%2Fbind9.git Fix respdiff job in GitLab CI As the "configure" script is no longer stored in the Git repository, run "autoreconf -fi" at the beginning of the respdiff job in GitLab CI in order to enable that job to work properly. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab1f4d3b45a..9bc3396c627 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1292,6 +1292,7 @@ respdiff: CFLAGS: "${CFLAGS_COMMON} -Og" BIND_BASELINE_VERSION: v9_11_3 script: + - autoreconf -fi - ./configure --without-make-clean - make -j${BUILD_PARALLEL_JOBS:-1} V=1 - *setup_interfaces