]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable autogen.sh in precheck, it needs newer autoconf and it breaks the older builds
authorOndřej Surý <ondrej@sury.org>
Thu, 19 Jul 2018 15:34:52 +0000 (11:34 -0400)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Jul 2018 16:35:45 +0000 (12:35 -0400)
.gitlab-ci.yml

index 0b46276d75b21fde62ff581de98afad747b1d43a..88da5fcf857c88060d9fbb84e6cacfe60e15eea9 100644 (file)
@@ -112,7 +112,7 @@ stages:
   stage: build
   before_script:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
-    - ./autogen.sh
+#    - ./autogen.sh
   script:
     - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --with-libidn2 "${EXTRA_CONFIGURE}"
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1