]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
zuul: update build environment for rustls-ffi 0.8.0
authorKevin Burke <kevin@burke.dev>
Tue, 9 Nov 2021 05:54:23 +0000 (21:54 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Nov 2021 12:47:34 +0000 (13:47 +0100)
scripts/zuul/before_script.sh
zuul.d/jobs.yaml

index 82b91260378fb7a04ee3dd04a4fef5fc6505571f..7025a160b71b0b10032c92d4ba6b1ab075c5aa55 100755 (executable)
@@ -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
index 0ad83cf8b76c0f3749ec2c0fc3c4e6095e65fc2c..4e668449c9e4b245f057a1eb5ad7d930ad9ce776 100644 (file)
         - 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