From 5a3f29e60202cb575c8f0e0351b02aa58d697e5d Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 16 Dec 2021 10:45:39 +0000 Subject: [PATCH] *) test: when building librustls, force an update to cbindgen as focal seems to have an really old version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896034 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_run_linux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 4e7d86f0141..fb901294fda 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" -- 2.47.3