]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix respdiff job in GitLab CI
authorMichał Kępień <michal@isc.org>
Tue, 9 Jun 2020 12:47:06 +0000 (14:47 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 9 Jun 2020 12:47:06 +0000 (14:47 +0200)
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.

.gitlab-ci.yml

index ab1f4d3b45a845daf64f4c16541c93929c53c7b1..9bc3396c6276a74783ab073e22159e9ea9117140 100644 (file)
@@ -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