]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove quotes around $EXTRA_CONFIGURE to break out more options into ... more options...
authorOndřej Surý <ondrej@sury.org>
Thu, 19 Jul 2018 15:24:20 +0000 (11:24 -0400)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Jul 2018 16:35:45 +0000 (12:35 -0400)
.gitlab-ci.yml

index 633870d98674b5abab65f2aac8990ee5416f347c..37f19b68f7157930415d41fd11d8eda9308db895 100644 (file)
@@ -114,7 +114,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 "${EXTRA_CONFIGURE}"
+    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr $EXTRA_CONFIGURE
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
   artifacts:
     expire_in: '1 hour'