]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: remove the hyper build
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jun 2021 15:22:55 +0000 (17:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jun 2021 15:31:14 +0000 (17:31 +0200)
.travis.yml
scripts/travis/before_script.sh

index 4947ee4c16273e6a1258389a200ae502cc65dcc3..bd0b127a0726d784978992751b88554c9d076b0d 100644 (file)
@@ -115,16 +115,6 @@ jobs:
         - libpsl-dev
         - libbrotli-dev
         - libzstd-dev
-  - env:
-    - T=debug HYPER="yes" C="--with-hyper=$HOME/hyper --with-openssl" LD_LIBRARY_PATH=$HOME/hyper/target/debug:/usr/local/lib TFLAGS="1 to 153 220 221 222 223 224 230 232 271 314 315 316 396 397"
-    addons:
-      apt:
-        <<: *common_apt
-        packages:
-        - *common_packages
-        - libpsl-dev
-        - libbrotli-dev
-        - libzstd-dev
   - env:
     - T=debug-rustls RUSTLS_VERSION="v0.6.0" C="--with-rustls=$HOME/crust"
     addons:
index 1bb76f4bcb56672c5b4d2b31aa17807a44fe14e5..257420e8119102eadd2ef1c92383248ad3e356bd 100755 (executable)
@@ -106,15 +106,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then
   make install
 fi
 
-if [ "$TRAVIS_OS_NAME" = linux -a "$HYPER" ]; then
-  cd $HOME
-  git clone --depth=1 https://github.com/hyperium/hyper.git
-  curl https://sh.rustup.rs -sSf | sh -s -- -y
-  source $HOME/.cargo/env
-  cd $HOME/hyper
-  RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --features client,http1,http2,ffi
-fi
-
 if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
   cd $HOME
   git clone --depth=1 --recursive https://github.com/cloudflare/quiche.git