diff options
author | Stefan Eissing <icing@apache.org> | 2021-12-16 11:45:39 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-12-16 11:45:39 +0100 |
commit | 5a3f29e60202cb575c8f0e0351b02aa58d697e5d (patch) | |
tree | 6dc9aef30cddfa7508a08f31cbde71af5d902624 /test | |
parent | *) test: enabling proxy tests. (diff) | |
download | apache2-5a3f29e60202cb575c8f0e0351b02aa58d697e5d.tar.xz apache2-5a3f29e60202cb575c8f0e0351b02aa58d697e5d.zip |
*) 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
Diffstat (limited to 'test')
-rwxr-xr-x | test/travis_run_linux.sh | 2 |
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" |