]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: add "qlog" as feature in the quiche build
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 May 2020 11:10:23 +0000 (13:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 May 2020 12:50:46 +0000 (14:50 +0200)
scripts/travis/before_script.sh

index 4292fd695dba94d403ba4a2bb28d66fafdb32616..28b563e2e71f61deca4717264c33ac3158ab5db0 100755 (executable)
@@ -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.