2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Enable --with-libtool configure option as it reduces the size of artifacts

This commit is contained in:
Ondřej Surý
2018-02-20 16:05:24 +01:00
parent ccfcf3c023
commit bdff3aeb14

View File

@@ -85,7 +85,7 @@ stages:
before_script: before_script:
- ./autogen.sh - ./autogen.sh
script: script:
- ./configure - ./configure --with-libtool
- make -k all V=1 - make -k all V=1
artifacts: artifacts:
expire_in: '1 hour' expire_in: '1 hour'