the fuzz directory was moved to nom's repository (#5523)

This commit is contained in:
Geoffroy Couprie 2021-03-29 02:02:16 +02:00 committed by GitHub
parent 62e5a2ee9d
commit 120de02a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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/