1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis: add "qlog" as feature in the quiche build

This commit is contained in:
Daniel Stenberg 2020-05-05 13:10:23 +02:00
parent 80b9db1283
commit 8810064655
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.