ci: exclude 'lib' from libsoup configure option
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Fri, 29 Jun 2018 08:16:41 +0000 (10:16 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 29 Jun 2018 13:16:05 +0000 (13:16 +0000)
The option used by configure script is actually
--with-soup/--without-soup.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Closes: #1661
Approved by: jlebon

.papr-ex.yaml
.papr.yml

index 3ebbdb40995cf9bbd0b756f3dde290ee9e48726a..4b12f7d3dd1cf6f2bc04600ec69d6cbce2d0ef06 100644 (file)
@@ -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
index b99a1f702e5f376fd9d86514e9a64fd5bb7edc8f..ab2479d2920e7149ee142d7016c33f4a958273b0 100644 (file)
--- 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