From: Marcus Folkesson Date: Fri, 29 Jun 2018 08:16:41 +0000 (+0200) Subject: ci: exclude 'lib' from libsoup configure option X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~21^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be018ed70cf08a4bc0fb6b1885b4965e729b6d5c;p=ostree.git ci: exclude 'lib' from libsoup configure option The option used by configure script is actually --with-soup/--without-soup. Signed-off-by: Marcus Folkesson Closes: #1661 Approved by: jlebon --- diff --git a/.papr-ex.yaml b/.papr-ex.yaml index 3ebbdb40..4b12f7d3 100644 --- a/.papr-ex.yaml +++ b/.papr-ex.yaml @@ -99,7 +99,7 @@ required: true context: f28-libsoup env: - CONFIGOPTS: "--without-curl --without-openssl --with-libsoup" + CONFIGOPTS: "--without-curl --without-openssl --with-soup" tests: - ci/build-check.sh diff --git a/.papr.yml b/.papr.yml index b99a1f70..ab2479d2 100644 --- a/.papr.yml +++ b/.papr.yml @@ -104,7 +104,7 @@ required: true context: f28-libsoup env: - CONFIGOPTS: "--without-curl --without-openssl --with-libsoup" + CONFIGOPTS: "--without-curl --without-openssl --with-soup" tests: - ci/build-check.sh