mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
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
This commit is contained in:
parent
ae5b6deb15
commit
d10cd52406
3 changed files with 6 additions and 8 deletions
|
|
@ -96,8 +96,8 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
|
|||
source $HOME/.cargo/env
|
||||
cd $HOME/quiche
|
||||
cargo build -v --release --features pkg-config-meta,qlog
|
||||
mkdir -v deps/boringssl/lib
|
||||
ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/lib/
|
||||
mkdir -v deps/boringssl/src/lib
|
||||
ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/src/lib/
|
||||
fi
|
||||
|
||||
# Install common libraries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue