Skip to content

Commit 6f22b2d

Browse files
Change Perfetto Source to Github (#373)
- Current Perfetto source repo is from android.googlesource which is censored in China and causes an infinite hang when building Omnitrace - This commit changes the Perfetto source repo to Github which acts as a read-only mirror to the googlesource perfetto repo. Co-authored-by: David Galiffi <[email protected]>
1 parent 96d7b8f commit 6f22b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/NERSC/timemory.git
44
[submodule "external/perfetto"]
55
path = external/perfetto
6-
url = https://android.googlesource.com/platform/external/perfetto
6+
url = https://github.com/google/perfetto.git
77
[submodule "external/elfio"]
88
path = external/elfio
99
url = https://github.com/jrmadsen/ELFIO.git

cmake/Packages.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ set(perfetto_DIR ${PROJECT_SOURCE_DIR}/external/perfetto)
482482
omnitrace_checkout_git_submodule(
483483
RELATIVE_PATH external/perfetto
484484
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
485-
REPO_URL https://android.googlesource.com/platform/external/perfetto
485+
REPO_URL https://github.com/google/perfetto.git
486486
REPO_BRANCH v46.0
487487
TEST_FILE sdk/perfetto.cc)
488488

0 commit comments

Comments
 (0)