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
1 changed files with 1 additions and 1 deletions

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.