Skip to content

Commit

Permalink
[cryptofuzz] Fix build (#5310)
Browse files Browse the repository at this point in the history
* [cryptofuzz] Fix build

* [cryptofuzz] Trigger CI
  • Loading branch information
guidovranken committed Mar 7, 2021
1 parent ded6109 commit 96ae2ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/cryptofuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# TODO(metzman): Switch this to LIB_FUZZING_ENGINE when it works.
# https://github.com/google/oss-fuzz/issues/2336

export GO111MODULE=off

# Compile xxd
$CC $SRC/xxd.c -o /usr/bin/xxd

Expand Down Expand Up @@ -653,3 +655,4 @@ cp $SRC/cryptofuzz/cryptofuzz $OUT/cryptofuzz-boringssl-noasm
cp $SRC/cryptofuzz/cryptofuzz-dict.txt $OUT/cryptofuzz-boringssl-noasm.dict
# Copy seed corpus
cp $SRC/cryptofuzz-corpora/boringssl_latest.zip $OUT/cryptofuzz-boringssl-noasm_seed_corpus.zip

0 comments on commit 96ae2ed

Please sign in to comment.