From c44cf858f2fd35b38644ad3683766094293bdbf7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Mar 2021 10:06:34 +0100 Subject: travis: use ubuntu nghttp2 package instead of build our own Closes #6751 --- scripts/travis/before_script.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'scripts') diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 7fc306517..181b2e286 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -175,16 +175,4 @@ if [ $TRAVIS_OS_NAME = linux ]; then sudo make install fi - - if [ ! -e $HOME/nghttp2-1.39.2/Makefile ]; then - cd $HOME - curl -LO https://github.com/nghttp2/nghttp2/releases/download/v1.39.2/nghttp2-1.39.2.tar.gz - tar -xzf nghttp2-1.39.2.tar.gz - cd nghttp2-1.39.2 - CXX="g++-8" CC="gcc-8" CFLAGS="" LDFLAGS="" LIBS="" ./configure --disable-threads --enable-app - make - fi - - cd $HOME/nghttp2-1.39.2 - sudo make install fi -- cgit v1.2.1