[tools] master update
Dr. Paul Dale
pauli at openssl.org
Sun Feb 14 21:46:32 UTC 2021
The branch master has been updated
via af3ebdeb6cc591cf92a3790ae091a11bf8da7e9a (commit)
from bd6c6f78c080744a0092f04c04b7a38121ddcff3 (commit)
- Log -----------------------------------------------------------------
commit af3ebdeb6cc591cf92a3790ae091a11bf8da7e9a
Author: Pauli <ppzgs1 at gmail.com>
Date: Wed Feb 10 22:09:19 2021 +1000
Add a run-checker job that uses the no-cached-fetch option.
This cannot be merged until after #14126 is.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/tools/pull/82)
-----------------------------------------------------------------------
Summary of changes:
run-checker/run-checker.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 441fc60..05d6332 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -43,7 +43,7 @@ enable-unit-test no-whirlpool enable-weak-ssl-ciphers enable-zlib
enable-zlib-dynamic 386 no-dtls no-tls no-ssl3 no-tls1 no-tls1_1 no-tls1_2
no-dtls1 no-dtls1_2 no-ssl3-method no-tls1-method no-tls1_1-method
no-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash no-tls1_3 no-sm2
-no-sm3 no-sm4 enable-trace no-legacy)
+no-sm3 no-sm4 enable-trace no-legacy no-cached-fetch)
run-hook () {
local hookname=$1; shift
@@ -119,6 +119,8 @@ if run-hook prepare; then
#The gost engine uses some deprecated symbols so we don't use it
#in a no-deprecated build
gost_engine=""
+ elif [ "$opt" == "no-cached-fetch" ]; then
+ expandedopts="no-cached-fetch enable-asan enable-ubsan"
fi
if [ -z "$opt" ]; then
More information about the openssl-commits
mailing list