mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
.gitlab-ci.yml: don't use --enable-local-libopts on minimal build
It cannot be used everywhere.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user