dropbear: fix broken build (#8183)

Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
AdamKorcz 2022-08-08 16:57:31 +01:00 committed by GitHub
parent c1bcbc2c54
commit 10b8aeddd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -16,7 +16,6 @@
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

@ -27,9 +27,6 @@ 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/