]> 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>
Thu, 15 Nov 2018 04:17:04 +0000 (20:17 -0800)
.gitlab-ci.yml

index 7d6cfef5e9a2dbc14f1cb50d8e3dc4e669871a43..ab4941cf95553ff8d10f4066e0f9c6e79fe02d44 100644 (file)
@@ -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/