ci: Build minimal without libsodium too
The goal is to test "no options" build - and eventually tests. (We're not actually including libsodium in the cosa buildroot right now, but we may in the future)
This commit is contained in:
parent
9e30b0f8f5
commit
a6efae909f
|
|
@ -41,7 +41,7 @@ minimal: {
|
||||||
./configure --without-curl --without-soup --disable-gtk-doc --disable-man \
|
./configure --without-curl --without-soup --disable-gtk-doc --disable-man \
|
||||||
--disable-rust --without-libarchive --without-selinux --without-smack \
|
--disable-rust --without-libarchive --without-selinux --without-smack \
|
||||||
--without-openssl --without-avahi --without-libmount --disable-rofiles-fuse \
|
--without-openssl --without-avahi --without-libmount --disable-rofiles-fuse \
|
||||||
--disable-experimental-api
|
--disable-experimental-api --without-libsodium
|
||||||
make
|
make
|
||||||
""")
|
""")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue