mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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 \
|
||||
--disable-rust --without-libarchive --without-selinux --without-smack \
|
||||
--without-openssl --without-avahi --without-libmount --disable-rofiles-fuse \
|
||||
--disable-experimental-api
|
||||
--disable-experimental-api --without-libsodium
|
||||
make
|
||||
""")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user