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

This reverts commit 74f031f75f.
This commit is contained in:
Max Moroz 2018-12-10 09:38:08 -08:00 committed by GitHub
parent 74f031f75f
commit 995e13443c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 https://android.googlesource.com/platform/external/perfetto/ $SRC/perfetto
RUN git clone --depth=1 https://android.googlesource.com/platform/external/perfetto/ $SRC/perfetto
RUN $SRC/perfetto/infra/oss-fuzz/init_container