mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -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
|
||||
source $HOME/.cargo/env
|
||||
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
|
||||
|
||||
# Install common libraries.
|
||||
|
Loading…
Reference in New Issue
Block a user