Revert "dropbear: fix broken build (#8183)" (#11765)

hg.ucc.asn.au was intermittently unavailable it's available now.

This reverts commit 10b8aeddd7.

It would be good to CC project maintainers when merging something like
#8183 (I didn't realise the corpus had been removed, I could have moved
the server if needed)
This commit is contained in:
Matt Johnston 2024-03-31 17:53:22 +08:00 committed by GitHub
parent ae9dd26d62
commit eb70ee6835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y libz-dev autoconf mercurial
RUN hg clone https://hg.ucc.asn.au/dropbear-fuzzcorpus dropbear-corpus
RUN git clone https://github.com/mkj/dropbear dropbear
WORKDIR dropbear
COPY build.sh *.options $SRC/

View File

@ -22,6 +22,9 @@ make -j$(nproc) fuzz-targets FUZZLIB=$LIB_FUZZING_ENGINE
TARGETS="$(make list-fuzz-targets)"
make -C $SRC/dropbear-corpus
cp -v $TARGETS $OUT/
cp -v *.options $OUT/
cp -v $SRC/dropbear-corpus/*.zip $OUT/
cp -v $SRC/dropbear-corpus/*.dict $OUT/