mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:23:11 +03:00
zuul: update build environment for rustls-ffi 0.8.0
This commit is contained in:
parent
b7757c2b81
commit
d5d1d59a50
2 changed files with 3 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
|
|||
cargo install cbindgen
|
||||
cd $HOME/rustls-ffi
|
||||
make
|
||||
make DESTDIR=$HOME/crust install
|
||||
make DESTDIR=$HOME/rustls install
|
||||
fi
|
||||
|
||||
if [ $TRAVIS_OS_NAME = linux -a "$WOLFSSL" ]; then
|
||||
|
|
|
|||
|
|
@ -131,10 +131,10 @@
|
|||
- libzstd-dev
|
||||
curl_env:
|
||||
T: debug-rustls
|
||||
RUSTLS_VERSION: v0.7.2
|
||||
RUSTLS_VERSION: v0.8.0
|
||||
LIBS: -lm
|
||||
C: >-
|
||||
--with-rustls={{ ansible_user_dir }}/crust
|
||||
--with-rustls={{ ansible_user_dir }}/rustls
|
||||
|
||||
- job:
|
||||
name: curl-debug-bearssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue