mirror of https://github.com/google/oss-fuzz.git
[brotli] remove executable bit from archive
This commit is contained in:
parent
6dde379193
commit
881dc1167d
|
@ -9,3 +9,4 @@ $CXX $CXXFLAGS -std=c++11 -I. \
|
|||
-lFuzzingEngine ./libbrotlidec.a ./libbrotlicommon.a
|
||||
|
||||
cp java/integration/fuzz_data.zip $OUT/decode_fuzzer_seed_corpus.zip
|
||||
chmod a-x $OUT/decode_fuzzer_seed_corpus.zip # we will try to run it otherwise
|
||||
|
|
Loading…
Reference in New Issue