summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Burke <kevin@burke.dev>2021-11-08 21:54:23 -0800
committerDaniel Stenberg <daniel@haxx.se>2021-11-11 13:47:34 +0100
commitd5d1d59a50991002380b6d9032df6ca750813be5 (patch)
tree7dc34ebed8fe14521485b0f3ff6db6a1d6ac0a1f
parentb7757c2b811927ed45588c2ef1a48ab60f11516d (diff)
downloadcurl-d5d1d59a50991002380b6d9032df6ca750813be5.tar.gz
zuul: update build environment for rustls-ffi 0.8.0
-rwxr-xr-xscripts/zuul/before_script.sh2
-rw-r--r--zuul.d/jobs.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh
index 82b912603..7025a160b 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 0ad83cf8b..4e668449c 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