From 22869e0b729eb35cbcb7f1ff2c410e026485adcc Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 11 Oct 2017 14:54:59 +0000 Subject: [PATCH] ci: compile f26/c7-primary with libcurl/openssl This is how ostree is shipped in those distros. We already have alternative testsuites for testing other HTTP & crypto backends. Closes: #1261 Approved by: cgwalters --- .papr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.papr.yml b/.papr.yml index 00512eda..5b1acbee 100644 --- a/.papr.yml +++ b/.papr.yml @@ -17,6 +17,7 @@ env: GI_SCANNERFLAGS: '--warn-error' ASAN_OPTIONS: 'detect_leaks=0' # Right now we're not fully clean, but this gets us use-after-free etc # TODO when we're doing leak checks: G_SLICE: "always-malloc" + CONFIGOPTS: '--with-curl --with-openssl' tests: - ci/ci-commitmessage-submodules.sh @@ -41,6 +42,7 @@ host: env: CFLAGS: '' + CONFIGOPTS: '--with-curl --with-openssl' tests: # FIXME revert setting to 7/3/1611 when repos sync