summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-12-07 21:02:30 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-02-09 16:37:45 +0000
commit361aa449fbb43f8c9ab91e9d56c2d73e01c732e0 (patch)
treeb857aeb41061baa0646d3bb8cf343cedff670253 /.travis.yml
parent425ccc0a33610c71f0258423c83701dc4e273ee7 (diff)
downloadostree-361aa449fbb43f8c9ab91e9d56c2d73e01c732e0.tar.gz
libcurl backend
For rpm-ostree, we already link to libcurl indirectly via librepo, and only having one HTTP library in process makes sense. Further, libcurl is (I think) more popular in the embedded space. It also supports HTTP/2.0 today, which is a *very* nice to have for OSTree. This seems to be working fairly well for me in my local testing, but it's obviously brand new nontrivial code, so it's going to need some soak time. The ugliest part of this is having to vendor in the soup-url code. With Oxidation we could follow the path of Firefox and use the [Servo URL parser](https://github.com/servo/rust-url). Having to redo cookie parsing also sucked, and that would also be a good oxidation target. But that's for the future. Closes: #641 Approved by: jlebon
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 27f84921..a021592c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ sudo: required
env:
- ci_distro=ubuntu ci_suite=trusty ci_test=no # TODO: use libcurl on this
- ci_docker=debian:jessie-slim ci_distro=debian ci_suite=jessie
+ - ci_docker=debian:jessie-slim ci_distro=debian ci_suite=jessie ci_configopts="--with-curl"
- ci_docker=debian:stretch-slim ci_distro=debian ci_suite=stretch ci_test=no # TODO gpgme flake https://github.com/ostreedev/ostree/pull/664#issuecomment-276033383
- ci_docker=ubuntu:xenial ci_distro=ubuntu ci_suite=xenial