[brotli] remove executable bit from archive

This commit is contained in:
Mike Aizatsky 2016-12-08 13:45:14 -08:00 committed by GitHub
parent 6dde379193
commit 881dc1167d
1 changed files with 1 additions and 0 deletions

View File

@ -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