mirror of https://github.com/google/oss-fuzz.git
fix pffft (#4385)
This commit is contained in:
parent
2be3383e81
commit
deb3ad0800
|
@ -16,7 +16,7 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y mercurial python-numpy
|
||||
RUN hg clone https://bitbucket.org/jpommier/pffft $SRC/pffft
|
||||
RUN git clone https://bitbucket.org/jpommier/pffft $SRC/pffft
|
||||
WORKDIR pffft
|
||||
COPY build.sh $SRC
|
||||
# TODO(alessiob): Move the fuzzing source code to pffft upstream.
|
||||
|
|
Loading…
Reference in New Issue