[perfetto] Do not do shallow checkout. (#2016)

This commit is contained in:
Florian Mayer 2018-12-10 17:33:49 +00:00 committed by Abhishek Arya
parent 83d103926f
commit 74f031f75f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ MAINTAINER fmayer@google.com
RUN apt-get update
RUN apt-get -y install python curl
RUN git clone --depth=1 https://android.googlesource.com/platform/external/perfetto/ $SRC/perfetto
RUN git clone https://android.googlesource.com/platform/external/perfetto/ $SRC/perfetto
RUN $SRC/perfetto/infra/oss-fuzz/init_container