mirror of https://github.com/google/oss-fuzz.git
Revert "bitcoin-core: Run zip in parallel" (#5858)
This commit is contained in:
parent
21d3528d1d
commit
4442574e30
|
@ -22,7 +22,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
RUN apt-get update && apt-get install -y \
|
||||
build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 \
|
||||
make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config patch bison \
|
||||
wget zip parallel
|
||||
wget zip
|
||||
|
||||
RUN git clone --depth=1 https://github.com/bitcoin/bitcoin.git bitcoin-core
|
||||
RUN git clone --depth=1 https://github.com/bitcoin-core/qa-assets bitcoin-core/assets
|
||||
|
|
|
@ -84,8 +84,7 @@ for fuzz_target in ${FUZZ_TARGETS[@]}; do
|
|||
(
|
||||
cd assets/fuzz_seed_corpus
|
||||
if [ -d "$fuzz_target" ]; then
|
||||
sem -j+0 zip --recurse-paths --quiet --junk-paths "$OUT/${fuzz_target}_seed_corpus.zip" "${fuzz_target}"
|
||||
zip --recurse-paths --quiet --junk-paths "$OUT/${fuzz_target}_seed_corpus.zip" "${fuzz_target}"
|
||||
fi
|
||||
)
|
||||
done
|
||||
sem --wait
|
||||
|
|
Loading…
Reference in New Issue