From: Daniel Stenberg Date: Tue, 5 May 2020 11:10:23 +0000 (+0200) Subject: travis: add "qlog" as feature in the quiche build X-Git-Tag: curl-7_71_0~206 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=881006465573e8a29eef93ce44f2fa249ef2feb4;p=thirdparty%2Fcurl.git travis: add "qlog" as feature in the quiche build --- diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 4292fd695d..28b563e2e7 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -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.