[cryptofuzz] Fix build (#5310)

* [cryptofuzz] Fix build

* [cryptofuzz] Trigger CI
This commit is contained in:
Guido Vranken 2021-03-07 15:23:42 +01:00 committed by GitHub
parent ded6109b7f
commit 96ae2ed544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
# TODO(metzman): Switch this to LIB_FUZZING_ENGINE when it works. # TODO(metzman): Switch this to LIB_FUZZING_ENGINE when it works.
# https://github.com/google/oss-fuzz/issues/2336 # https://github.com/google/oss-fuzz/issues/2336
export GO111MODULE=off
# Compile xxd # Compile xxd
$CC $SRC/xxd.c -o /usr/bin/xxd $CC $SRC/xxd.c -o /usr/bin/xxd
@ -653,3 +655,4 @@ cp $SRC/cryptofuzz/cryptofuzz $OUT/cryptofuzz-boringssl-noasm
cp $SRC/cryptofuzz/cryptofuzz-dict.txt $OUT/cryptofuzz-boringssl-noasm.dict cp $SRC/cryptofuzz/cryptofuzz-dict.txt $OUT/cryptofuzz-boringssl-noasm.dict
# Copy seed corpus # Copy seed corpus
cp $SRC/cryptofuzz-corpora/boringssl_latest.zip $OUT/cryptofuzz-boringssl-noasm_seed_corpus.zip cp $SRC/cryptofuzz-corpora/boringssl_latest.zip $OUT/cryptofuzz-boringssl-noasm_seed_corpus.zip