From 9b85a04a4623633eb3859ac1a8d8095d3f7d601b Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:27:56 -0400 Subject: [PATCH] [skcms] Speed up image build slightly. (#8200) Since I use this for testing ARM and other changes remove some unnecessary things to speedup builds. --- projects/skcms/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/skcms/Dockerfile b/projects/skcms/Dockerfile index de7cd1c9a..f280e2806 100644 --- a/projects/skcms/Dockerfile +++ b/projects/skcms/Dockerfile @@ -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