Add "bazel shutdown" to the build script.

Fixes #739.
This commit is contained in:
Peter Hawkins 2019-05-20 20:53:44 -04:00
parent bf64d9642d
commit 8cbc475a8b

View File

@ -324,6 +324,7 @@ def main():
[bazel_path, "run", "--verbose_failures=true"] +
config_args +
[":install_xla_in_source_tree", os.getcwd()])
shell([bazel_path, "shutdown"])
if __name__ == "__main__":