mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove quotes around $EXTRA_CONFIGURE to break out more options into ... more options and not a single one
This commit is contained in:
parent
f5cb3d707a
commit
d34aa0ccd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue