mirror of https://github.com/google/oss-fuzz.git
grok: change location of test data, to make CIFuzz happy (#5292)
This commit is contained in:
parent
2cc07015ef
commit
5a92458459
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue