mirror of https://github.com/google/oss-fuzz.git
[perfetto] Do not do shallow checkout. (#2016)
This commit is contained in:
parent
83d103926f
commit
74f031f75f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue