mirror of https://github.com/google/oss-fuzz.git
[skcms] Speed up image build slightly. (#8200)
Since I use this for testing ARM and other changes remove some unnecessary things to speedup builds.
This commit is contained in:
parent
572a95538a
commit
9b85a04a46
|
@ -16,10 +16,8 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
|
||||
RUN apt-get update && apt-get install -y wget
|
||||
|
||||
# checkout all sources needed to build your project
|
||||
RUN git clone https://skia.googlesource.com/skcms.git
|
||||
RUN git clone --depth 1 https://skia.googlesource.com/skcms.git
|
||||
|
||||
RUN wget -O $SRC/skcms/iccprofile_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer/oss-fuzz/iccprofile_seed_corpus.zip
|
||||
|
||||
|
|
Loading…
Reference in New Issue