diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2020-07-16 22:31:21 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-07-18 12:35:21 +0200 |
commit | d10cd52406b6adf41a86a3452efd57dee4876825 (patch) | |
tree | f4073c215e172b1a42226fb659811c6869f5689e /.travis.yml | |
parent | ae5b6deb15a42d483a256d095e18fc9518d7153f (diff) | |
download | curl-d10cd52406b6adf41a86a3452efd57dee4876825.tar.gz |
travis: update quiche builds for new boringssl layout
This is required after https://github.com/cloudflare/quiche/pull/593
moved BoringSSL around slightly.
This also means that Go is not needed to build BoringSSL anymore (the
one provided by quiche anyway).
Closes #5691
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4a2c9ba4f..0150d69a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,10 +101,8 @@ jobs: before_install: - eval "$(gimme stable)"; gimme --list # Install latest Go (for boringssl) - env: - - T=novalgrind QUICHE="yes" C="--with-ssl=$HOME/quiche/deps/boringssl --with-quiche=$HOME/quiche/target/release --enable-alt-svc" LD_LIBRARY_PATH=$HOME/quiche/target/release:/usr/local/lib + - T=novalgrind QUICHE="yes" C="--with-ssl=$HOME/quiche/deps/boringssl/src --with-quiche=$HOME/quiche/target/release --enable-alt-svc" LD_LIBRARY_PATH=$HOME/quiche/target/release:/usr/local/lib - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - before_install: - - eval "$(gimme stable)"; gimme --list # Install latest Go (for boringssl) addons: apt: <<: *common_apt |