diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-05 13:10:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-05 14:50:46 +0200 |
commit | 881006465573e8a29eef93ce44f2fa249ef2feb4 (patch) | |
tree | c98b8141d76c486c3ea0dd14f0ce81caa26ca8b1 /scripts/travis | |
parent | 80b9db128393eaf457683421bbef40451bb0fd27 (diff) | |
download | curl-881006465573e8a29eef93ce44f2fa249ef2feb4.tar.gz |
travis: add "qlog" as feature in the quiche build
Diffstat (limited to 'scripts/travis')
-rwxr-xr-x | scripts/travis/before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 4292fd695..28b563e2e 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. |