From: Ondřej Surý Date: Thu, 19 Jul 2018 15:34:52 +0000 (-0400) Subject: Disable autogen.sh in precheck, it needs newer autoconf and it breaks the older builds X-Git-Tag: v9.13.3~100^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8a62713d6828674f0f22e5c2ac127e5d63ce5d;p=thirdparty%2Fbind9.git Disable autogen.sh in precheck, it needs newer autoconf and it breaks the older builds --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b46276d75b..88da5fcf857 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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