Internal change
PiperOrigin-RevId: 253293948
This commit is contained in:
parent
2dc9c99cf8
commit
43fc0b9020
17
tensorflow/tools/ci_build/install/BUILD
Normal file
17
tensorflow/tools/ci_build/install/BUILD
Normal file
@ -0,0 +1,17 @@
|
||||
"""Description: BUILD file for shell script to install bazel using the installer.
|
||||
"""
|
||||
|
||||
package(
|
||||
default_visibility = ["//tensorflow:internal"],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
sh_binary(
|
||||
name = "install_bazel",
|
||||
srcs = ["install_bazel.sh"],
|
||||
)
|
||||
|
||||
sh_binary(
|
||||
name = "install_bazel_from_source",
|
||||
srcs = ["install_bazel_from_source.sh"],
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user