mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
travis: disable ngtcp2 builds (temporarily)
Just too many API changes right now Closes #4264
This commit is contained in:
parent
aae22fdbd5
commit
b0d41faeaa
28
.travis.yml
28
.travis.yml
@ -111,20 +111,20 @@ matrix:
|
||||
- *common_packages
|
||||
- libpsl-dev
|
||||
- libbrotli-dev
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
dist: xenial
|
||||
env:
|
||||
- T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
|
||||
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- *common_sources
|
||||
packages:
|
||||
- *common_packages
|
||||
- libpsl-dev
|
||||
- libbrotli-dev
|
||||
#- os: linux
|
||||
# compiler: gcc
|
||||
# dist: xenial
|
||||
# env:
|
||||
# - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
|
||||
# - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
||||
# addons:
|
||||
# apt:
|
||||
# sources:
|
||||
# - *common_sources
|
||||
# packages:
|
||||
# - *common_packages
|
||||
# - libpsl-dev
|
||||
# - libbrotli-dev
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
dist: xenial
|
||||
|
Loading…
Reference in New Issue
Block a user