ci: Build minimal without libsodium too
authorColin Walters <walters@verbum.org>
Thu, 16 Apr 2020 14:15:04 +0000 (14:15 +0000)
committerColin Walters <walters@verbum.org>
Thu, 16 Apr 2020 14:15:28 +0000 (14:15 +0000)
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)

.cci.jenkinsfile

index faae52a91e7d0d3a70d5654d8c5220e1bb7c47ef..484c3b14cc99889e4be1b66e9c4e5466b0ee53b5 100644 (file)
@@ -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
       """)
   }