diff options
author | Kevin Burke <kevin@burke.dev> | 2021-11-08 21:54:23 -0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-11 13:47:34 +0100 |
commit | d5d1d59a50991002380b6d9032df6ca750813be5 (patch) | |
tree | 7dc34ebed8fe14521485b0f3ff6db6a1d6ac0a1f /scripts | |
parent | b7757c2b811927ed45588c2ef1a48ab60f11516d (diff) | |
download | curl-d5d1d59a50991002380b6d9032df6ca750813be5.tar.gz |
zuul: update build environment for rustls-ffi 0.8.0
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zuul/before_script.sh | 2 |
1 files changed, 1 insertions, 1 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 |