]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove --with-atf from gitlab CI
authorEvan Hunt <each@isc.org>
Wed, 14 Nov 2018 23:20:47 +0000 (23:20 +0000)
committerEvan Hunt <each@isc.org>
Fri, 16 Nov 2018 01:52:00 +0000 (17:52 -0800)
(cherry picked from commit a2013231a34a833f2e571e92c77a1e2b2f7ab5ba)
(cherry picked from commit 4ad7f875b0514324048ba3fe02e57390b2edd5ea)

.gitlab-ci.yml

index 95e606b557fbe4ed4282ba26ff61b2cb4bd8f143..df2ba30e40dd5b1823278d73379c031c8bbbfbe5 100644 (file)
@@ -115,7 +115,7 @@ stages:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - autoreconf -fi
   script:
-    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --with-libidn2 --prefix=$HOME/.local --without-make-clean "${EXTRA_CONFIGURE}" || cat config.log
+    - ./configure --enable-developer --with-libtool --disable-static --with-cmocka --with-libidn2 --prefix=$HOME/.local --without-make-clean "${EXTRA_CONFIGURE}" || cat config.log
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
   artifacts:
     paths:
@@ -153,7 +153,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/