mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 01:15:07 -05:00
test: update compilation test to disable nettle
This commit is contained in:
@@ -6,8 +6,9 @@ for opts in \
|
|||||||
"--host-system=Linux" \
|
"--host-system=Linux" \
|
||||||
"--host-system=NetBSD" \
|
"--host-system=NetBSD" \
|
||||||
"--host-system=FreeBSD" \
|
"--host-system=FreeBSD" \
|
||||||
"--without-nss" \
|
"--without-nettle" \
|
||||||
"--without-tomcrypt --without-nss"
|
"--without-nettle --without-nss" \
|
||||||
|
"--without-nettle --without-nss --without-tomcrypt"
|
||||||
do
|
do
|
||||||
./configure $opts
|
./configure $opts
|
||||||
scan-build make "$@" || exit 1
|
scan-build make "$@" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user