From efdfde667904b60470f733f7cc5b407f7a34cf56 Mon Sep 17 00:00:00 2001 From: Swift Kim Date: Thu, 6 Oct 2022 18:16:06 +0900 Subject: [PATCH 1/2] Temporarily change the source repository of libcxx --- DEPS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 2d324a29f817f..2976259323179 100644 --- a/DEPS +++ b/DEPS @@ -15,6 +15,7 @@ vars = { 'fuchsia_git': 'https://fuchsia.googlesource.com', 'github_git': 'https://github.com', 'skia_git': 'https://skia.googlesource.com', + 'llvm_git': 'https://llvm.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', 'skia_revision': 'e2ba2f5b20e0d188dbfb5d3df64aa9787ebb3f37', @@ -116,10 +117,10 @@ deps = { Var('flutter_git') + '/third_party/harfbuzz' + '@' + 'd40d15e994ed60d32bcfc9ab87004dfb028dfbd6', 'src/third_party/libcxx': - Var('fuchsia_git') + '/third_party/libcxx' + '@' + '7524ef50093a376f334a62a7e5cebf5d238d4c99', + Var('llvm_git') + '/llvm-project/libcxx' + '@' + '7524ef50093a376f334a62a7e5cebf5d238d4c99', 'src/third_party/libcxxabi': - Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe', + Var('llvm_git') + '/llvm-project/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe', 'src/third_party/glfw': Var('fuchsia_git') + '/third_party/glfw' + '@' + '78e6a0063d27ed44c2c4805606309744f6fb29fc', From 8676d2c5a7a50bcb1202be733d848e3204a4e32e Mon Sep 17 00:00:00 2001 From: Swift Kim Date: Fri, 7 Oct 2022 10:30:58 +0900 Subject: [PATCH 2/2] Update commit hashes --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 2976259323179..9d16e5ba1bf21 100644 --- a/DEPS +++ b/DEPS @@ -117,10 +117,10 @@ deps = { Var('flutter_git') + '/third_party/harfbuzz' + '@' + 'd40d15e994ed60d32bcfc9ab87004dfb028dfbd6', 'src/third_party/libcxx': - Var('llvm_git') + '/llvm-project/libcxx' + '@' + '7524ef50093a376f334a62a7e5cebf5d238d4c99', + Var('llvm_git') + '/llvm-project/libcxx' + '@' + '54c3dc7343f40254bdb069699202e6d65eda66a2', 'src/third_party/libcxxabi': - Var('llvm_git') + '/llvm-project/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe', + Var('llvm_git') + '/llvm-project/libcxxabi' + '@' + '65a68da0f1b102574db316d326a53735b03a4574', 'src/third_party/glfw': Var('fuchsia_git') + '/third_party/glfw' + '@' + '78e6a0063d27ed44c2c4805606309744f6fb29fc',