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