mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05:00
travis: add "qlog" as feature in the quiche build
This commit is contained in:
parent
80b9db1283
commit
8810064655
@ -95,7 +95,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
|
|||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
cd $HOME/quiche
|
cd $HOME/quiche
|
||||||
QUICHE_BSSL_PATH=$HOME/boringssl cargo build -v --release --features pkg-config-meta
|
QUICHE_BSSL_PATH=$HOME/boringssl cargo build -v --release --features pkg-config-meta,qlog
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install common libraries.
|
# Install common libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user