.gitlab-ci.yml: don't use --enable-local-libopts on minimal build

It cannot be used everywhere.
This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-11 14:04:31 +01:00
parent 6c3e5d31a7
commit 75b3461f70

View File

@@ -7,7 +7,7 @@ Build with separate build dir:
Build with minimal setup:
script:
- git submodule update --init && autoreconf -fvi &&
./configure --with-local-talloc --without-libnl --without-liboath --enable-local-libopts --without-pam --without-radius --without-utmp --without-libwrap --without-http-parser --without-lz4 --without-gssapi --without-pcl-lib --without-protobuf && make -j4 && make check -j4
./configure --with-local-talloc --without-libnl --without-liboath --without-pam --without-radius --without-utmp --without-libwrap --without-http-parser --without-lz4 --without-gssapi --without-pcl-lib --without-protobuf && make -j4 && make check -j4
except:
- tags
Build and Check with asan: