From: Jonathan Lebon Date: Wed, 11 Oct 2017 14:54:59 +0000 (+0000) Subject: ci: compile f26/c7-primary with libcurl/openssl X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~30^2~70 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22869e0b729eb35cbcb7f1ff2c410e026485adcc;p=ostree.git 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 --- 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