grok: change location of test data, to make CIFuzz happy (#5292)

This commit is contained in:
Aaron Boxer 2021-03-03 19:06:54 -05:00 committed by GitHub
parent 2cc07015ef
commit 5a92458459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -15,9 +15,8 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget
RUN git clone --depth 1 https://github.com/GrokImageCompression/grok.git grok
RUN git clone --depth 1 https://github.com/GrokImageCompression/grok-test-data.git grok/data
RUN git clone --depth 1 https://github.com/GrokImageCompression/grok-test-data.git grok-data
WORKDIR grok
COPY build.sh $SRC/