Disable autogen.sh in precheck, it needs newer autoconf and it breaks the older builds

This commit is contained in:
Ondřej Surý 2018-07-19 11:34:52 -04:00 committed by Ondřej Surý
parent d5ec498e26
commit 1d8a62713d

View 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