From 54a2945486532bcdac7b01204a86eeda39ff132b Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Mon, 22 Feb 2021 15:32:27 +0100 Subject: [PATCH] perf: use perfetto v12.1 Signed-off-by: Gert Wollny Reviewed-by: Rohan Garg --- perf-testing/Docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perf-testing/Docker/Dockerfile b/perf-testing/Docker/Dockerfile index ca3c241..3c49bea 100644 --- a/perf-testing/Docker/Dockerfile +++ b/perf-testing/Docker/Dockerfile @@ -262,8 +262,9 @@ RUN git clone https://gitlab.freedesktop.org/tomeu/apitrace.git --single-branch ENV GN_ARGS="is_debug=false use_custom_libcxx=false" ENV CFG=linux_trusty-gcc7-x86_64-release -RUN git clone --single-branch -b virgl https://gitlab.freedesktop.org/tomeu/perfetto.git && \ +RUN git clone https://android.googlesource.com/platform/external/perfetto && \ cd perfetto && \ + git checkout v12.1 && \ python3 tools/install-build-deps && \ python3 tools/install-build-deps --ui && \ tools/gn gen out/dist --args="${GN_ARGS}" --check && \