mirror of https://github.com/google/oss-fuzz.git
dropbear: fix broken build (#8183)
Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
c1bcbc2c54
commit
10b8aeddd7
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue