mirror of
https://github.com/curl/curl.git
synced 2026-04-16 11:01:41 +03:00
travis: add "qlog" as feature in the quiche build
This commit is contained in:
parent
80b9db1283
commit
8810064655
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue