zuul: update build environment for rustls-ffi 0.8.0

This commit is contained in:
Kevin Burke 2021-11-08 21:54:23 -08:00 committed by Daniel Stenberg
parent b7757c2b81
commit d5d1d59a50
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -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