summaryrefslogtreecommitdiff
path: root/.cci.jenkinsfile
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-04-07 17:10:44 +0000
committerColin Walters <walters@verbum.org>2021-04-07 19:19:05 +0000
commita90d59cf2dd8d158c71fd0f14b9d249ac703895a (patch)
tree18c14080cf98798c9495afb067578615985692ee /.cci.jenkinsfile
parentb5c21defe9a66d601941a2408fd1aca310588108 (diff)
downloadostree-a90d59cf2dd8d158c71fd0f14b9d249ac703895a.tar.gz
build-sys: Remove --enable-experimental-api
It was added for the collections bits, but we made that stable. It's now just cruft and we're very unlikely to reuse the infrastructure again. Motivated by a unit test failure when running from a tarball: https://github.com/ostreedev/ostree/issues/2313
Diffstat (limited to '.cci.jenkinsfile')
-rw-r--r--.cci.jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile
index 35c5f3d4..33bc115e 100644
--- a/.cci.jenkinsfile
+++ b/.cci.jenkinsfile
@@ -48,7 +48,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 --without-libsodium
+ --without-libsodium
make
""")
}