mirror of https://github.com/google/oss-fuzz.git
the fuzz directory was moved to nom's repository (#5523)
This commit is contained in:
parent
62e5a2ee9d
commit
120de02a96
|
@ -16,7 +16,6 @@
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
|
|
||||||
RUN git clone --depth 1 https://github.com/Geal/nom/
|
RUN git clone --depth 1 https://github.com/Geal/nom/
|
||||||
COPY fuzz $SRC/nom/fuzz
|
|
||||||
WORKDIR $SRC
|
WORKDIR $SRC
|
||||||
|
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue