mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:42:52 -04:00
Enable --with-libtool configure option as it reduces the size of artifacts
This commit is contained in:
parent
ccfcf3c023
commit
bdff3aeb14
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ stages:
|
|||
before_script:
|
||||
- ./autogen.sh
|
||||
script:
|
||||
- ./configure
|
||||
- ./configure --with-libtool
|
||||
- make -k all V=1
|
||||
artifacts:
|
||||
expire_in: '1 hour'
|
||||
|
|
|
|||
Loading…
Reference in a new issue