mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
parent
4c843fddcf
commit
70a1101e41
4 changed files with 50 additions and 35 deletions
|
|
@ -122,17 +122,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
|
|||
ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) quiche/deps/boringssl/src/lib/
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
|
||||
cd $HOME
|
||||
git clone --depth=1 --recursive https://github.com/rustls/rustls-ffi.git -b "$RUSTLS_VERSION"
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
cargo install cbindgen
|
||||
cd $HOME/rustls-ffi
|
||||
make
|
||||
make DESTDIR=$HOME/rustls install
|
||||
fi
|
||||
|
||||
# Install common libraries.
|
||||
if [ $TRAVIS_OS_NAME = linux ]; then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue