From: Evan Hunt Date: Wed, 14 Nov 2018 23:20:47 +0000 (+0000) Subject: remove --with-atf from gitlab CI X-Git-Tag: v9.13.4~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2013231a34a833f2e571e92c77a1e2b2f7ab5ba;p=thirdparty%2Fbind9.git remove --with-atf from gitlab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d6cfef5e9a..ab4941cf955 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,7 +116,7 @@ stages: - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}" # - ./autogen.sh script: - - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log + - ./configure --enable-developer --with-libtool --disable-static --with-cmocka --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1 artifacts: paths: @@ -156,7 +156,6 @@ stages: - kyua report-html --force --results-file kyua.results --results-filter "" --output kyua_html artifacts: paths: - - atf.out - kyua.log - kyua.results - kyua_html/