adding bazel-toolchains repo to workspace. This repo will be necessary for remote execution (specifically for cross OS compilation)
PiperOrigin-RevId: 161719899
This commit is contained in:
parent
71c4ec8ed6
commit
fd5530d6ea
@ -662,3 +662,13 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
|
||||
name = "cub",
|
||||
actual = "@cub_archive//:cub",
|
||||
)
|
||||
|
||||
native.http_archive(
|
||||
name = "bazel_toolchains",
|
||||
urls = [
|
||||
"http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/bccee4855c049d34bac481083b4c68e2fab8cc50.tar.gz",
|
||||
"https://github.com/bazelbuild/bazel-toolchains/archive/bccee4855c049d34bac481083b4c68e2fab8cc50.tar.gz",
|
||||
],
|
||||
sha256 = "3903fd93b96b42067e00b7973a2c16c34e761ad7a0b55e1557d408f352849e41",
|
||||
strip_prefix = "bazel-toolchains-bccee4855c049d34bac481083b4c68e2fab8cc50",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user