diff options
author | Daiki Ueno <dueno@redhat.com> | 2020-11-20 06:10:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-22 16:40:05 +0100 |
commit | 898fca27cda7e94f6fcd7fbb7b58d5aec330061c (patch) | |
tree | 34f4d9da7a5c9152b0e21b3291fc8ae95e50aa36 /scripts | |
parent | 7fa6d5e383758dd2e196ab4266c7fdb84e66a012 (diff) | |
download | curl-898fca27cda7e94f6fcd7fbb7b58d5aec330061c.tar.gz |
http3: use the master branch of GnuTLS for testing
Closes #6235
Diffstat (limited to 'scripts')
-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 1677b22a3..83dc1e31b 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -35,7 +35,7 @@ if [ "$NGTCP2" = yes ]; then make install cd $HOME - git clone --depth 1 -b tmp-quic https://gitlab.com/gnutls/gnutls.git pgtls + git clone --depth 1 https://gitlab.com/gnutls/gnutls.git pgtls cd pgtls ./bootstrap ./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --with-included-libtasn1 --with-included-unistring --disable-guile --disable-doc --prefix=$HOME/ngbuild |