% git clone -b hyper-capi https://github.com/hyperium/hyper
% cd hyper
- % cargo build --no-default-features --features ffi
+ % RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --features client,http1,http2,ffi
Build curl to use hyper's C API:
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
cd $HOME/hyper
- cargo build -v --no-default-features --features ffi
+ RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --features client,http1,http2,ffi
fi
if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then