From: Kevin Burke Date: Tue, 9 Nov 2021 05:54:23 +0000 (-0800) Subject: zuul: update build environment for rustls-ffi 0.8.0 X-Git-Tag: curl-7_81_0~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5d1d59a50991002380b6d9032df6ca750813be5;p=thirdparty%2Fcurl.git zuul: update build environment for rustls-ffi 0.8.0 --- diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh index 82b9126037..7025a160b7 100755 --- a/scripts/zuul/before_script.sh +++ b/scripts/zuul/before_script.sh @@ -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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0ad83cf8b7..4e668449c9 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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