run-checker: remove the fuzzing builds
authorPauli <pauli@openssl.org>
Fri, 27 Aug 2021 04:25:14 +0000 (14:25 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Sep 2021 12:02:36 +0000 (14:02 +0200)
Not to be merged until after openssl/openssl#16438 is merged and working.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/91)

run-checker/run-checker.sh

index 124259f6c6f52ffcd72a47bd7528919b913d27a2..b3be342f516c7cb6632327e63b4a66cc419bd986 100755 (executable)
@@ -21,9 +21,7 @@
 # hook-takedown - called at the very end
 
 here=$(cd $(dirname $0); pwd)
-opts=( ''
-enable-fuzz-afl enable-fuzz-libfuzzer
-)
+opts=( '' )
 
 run-hook () {
     local hookname=$1; shift