STT-tensorflow/tensorflow/tools/ci_build/install/BUILD
A. Unique TensorFlower 43fc0b9020 Internal change
PiperOrigin-RevId: 253293948
2019-06-14 14:17:26 -07:00

18 lines
365 B
Python

"""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"],
)