Merge pull request #20652 from yongtang:20228-follow-up
PiperOrigin-RevId: 204041744
This commit is contained in:
commit
7903d8d3f4
@ -682,12 +682,12 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
|
|||||||
|
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "cython",
|
name = "cython",
|
||||||
sha256 = "6dcd30b5ceb887b2b965ee7ceb82ea3acb5f0642fe2206c7636b45acea4798e5",
|
sha256 = "bccc9aa050ea02595b2440188813b936eaf345e85fb9692790cecfe095cf91aa",
|
||||||
urls = [
|
urls = [
|
||||||
"https://mirror.bazel.build/github.com/cython/cython/archive/3732784c45cfb040a5b0936951d196f83a12ea17.tar.gz",
|
"https://mirror.bazel.build/github.com/cython/cython/archive/0.28.4.tar.gz",
|
||||||
"https://github.com/cython/cython/archive/3732784c45cfb040a5b0936951d196f83a12ea17.tar.gz",
|
"https://github.com/cython/cython/archive/0.28.4.tar.gz",
|
||||||
],
|
],
|
||||||
strip_prefix = "cython-3732784c45cfb040a5b0936951d196f83a12ea17",
|
strip_prefix = "cython-0.28.4",
|
||||||
build_file = clean_dep("//third_party:cython.BUILD"),
|
build_file = clean_dep("//third_party:cython.BUILD"),
|
||||||
delete = ["BUILD.bazel"],
|
delete = ["BUILD.bazel"],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user