mirror of
https://github.com/curl/curl.git
synced 2026-04-18 16:31:41 +03:00
travis: remove the hyper build
This commit is contained in:
parent
b28a88951d
commit
fc404d5873
2 changed files with 0 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue