Skip to content

Commit

Permalink
Update cache_urls.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Nov 27, 2023
1 parent 8eedf0f commit 0526bb8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions openxla_patches/cache_urls.diff
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ index c3115e33d..d315ad745 100644

load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl
index e7665a063..4468ebc42 100644
index e7665a063..9b5fb368b 100644
--- a/third_party/llvm/workspace.bzl
+++ b/third_party/llvm/workspace.bzl
@@ -13,8 +13,10 @@ def repo(name):
@@ -13,7 +13,9 @@ def repo(name):
strip_prefix = "llvm-project-{commit}".format(commit = LLVM_COMMIT),
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}
.tar.gz".format(commit = LLVM_COMMIT),
- "https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
- ],
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
+ "https://storage.googleapis.com/tpu-pytorch/llvm-raw/{commit}.tar.gz".format(commit = LLVM_COMMIT),
+ "https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
+ "https://storage.googleapis.com/tpu-pytorch/llvm-raw/{commit}.tar.gz".format(commit = LLVM_COMMIT),
+ ],
],
build_file = "//third_party/llvm:llvm.BUILD",
patch_file = [
"//third_party/llvm:generated.patch", # Autogenerated, don't remove.

0 comments on commit 0526bb8

Please sign in to comment.