mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Internal cleanup of BUILD/.bzl files
PiperOrigin-RevId: 622283235
This commit is contained in:
committed by
TensorFlower Gardener
parent
8f29a56bae
commit
5b1f2fb809
@@ -2,6 +2,8 @@
|
||||
|
||||
workspace(name = "org_tensorflow")
|
||||
|
||||
# buildifier: disable=load-on-top
|
||||
|
||||
# We must initialize hermetic python first.
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
@@ -27,6 +29,7 @@ http_archive(
|
||||
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
|
||||
)
|
||||
|
||||
# buildifier: disable=same-origin-load
|
||||
load("@rules_python//python:repositories.bzl", "py_repositories")
|
||||
|
||||
py_repositories()
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
workspace(name = "wheel_test")
|
||||
|
||||
# buildifier: disable=load-on-top
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
@@ -20,6 +22,7 @@ http_archive(
|
||||
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
|
||||
)
|
||||
|
||||
# buildifier: disable=same-origin-load
|
||||
load("@rules_python//python:repositories.bzl", "py_repositories")
|
||||
|
||||
py_repositories()
|
||||
|
||||
Reference in New Issue
Block a user