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
This commit is contained in:
Jonathan Lebon 2017-10-11 14:54:59 +00:00 committed by Atomic Bot
parent 3604b8152a
commit 22869e0b72
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ env:
GI_SCANNERFLAGS: '--warn-error' GI_SCANNERFLAGS: '--warn-error'
ASAN_OPTIONS: 'detect_leaks=0' # Right now we're not fully clean, but this gets us use-after-free etc 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" # TODO when we're doing leak checks: G_SLICE: "always-malloc"
CONFIGOPTS: '--with-curl --with-openssl'
tests: tests:
- ci/ci-commitmessage-submodules.sh - ci/ci-commitmessage-submodules.sh
@ -41,6 +42,7 @@ host:
env: env:
CFLAGS: '' CFLAGS: ''
CONFIGOPTS: '--with-curl --with-openssl'
tests: tests:
# FIXME revert setting to 7/3/1611 when repos sync # FIXME revert setting to 7/3/1611 when repos sync