summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_run_linux.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh
index 4e7d86f014..fb901294fd 100755
--- a/test/travis_run_linux.sh
+++ b/test/travis_run_linux.sh
@@ -60,6 +60,8 @@ if test -v TEST_MOD_TLS; then
pushd "$RUSTLS_HOME"
git fetch origin
git checkout tags/$RUSTLS_VERSION
+ # force an update to cbindgen as focal seems to deliver v0.12.1
+ cargo install --force cbindgen
make install DESTDIR="$PREFIX"
popd
CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX"