From 5db246a5ba74fbb3e30b234f4ce03128e2db0df7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 19 Nov 2025 12:38:39 +0100 Subject: [PATCH] perfetto: use the new upstream repo The old one was abandoned without so much as a README note. This will also allow using newer releases than 47; the current one being 53, but this MR doesn't address that, as it aims to be a simple no-op change. Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 2 +- subprojects/perfetto.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index a1c61633ef1..f8d5385541d 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -13,7 +13,7 @@ make-git-archive: # Compactify the .git directory - git gc --aggressive # Download & cache the perfetto subproject as well. - - rm -rf subprojects/perfetto ; mkdir -p subprojects/perfetto && curl --fail https://android.googlesource.com/platform/external/perfetto/+archive/$(grep 'revision =' subprojects/perfetto.wrap | cut -d ' ' -f3).tar.gz | tar zxf - -C subprojects/perfetto + - rm -rf subprojects/perfetto ; mkdir -p subprojects/perfetto && curl --fail --location https://github.com/google/perfetto/archive/$(grep 'revision =' subprojects/perfetto.wrap | cut -d ' ' -f3).tar.gz | tar zxf - --strip-components=1 -C subprojects/perfetto # compress the current folder - tar -cvzf ../$CI_PROJECT_NAME.tar.gz . diff --git a/subprojects/perfetto.wrap b/subprojects/perfetto.wrap index 87b5e389c08..5e32319a35b 100644 --- a/subprojects/perfetto.wrap +++ b/subprojects/perfetto.wrap @@ -1,6 +1,6 @@ [wrap-git] directory = perfetto -url = https://android.googlesource.com/platform/external/perfetto +url = https://github.com/google/perfetto revision = v47.0 depth = 1