mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Disable autogen.sh in precheck, it needs newer autoconf and it breaks the older builds
This commit is contained in:
parent
d5ec498e26
commit
1d8a62713d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue