mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Internal cleanup of BUILD/.bzl files
PiperOrigin-RevId: 622283235
This commit is contained in:
parent
8f29a56bae
commit
5b1f2fb809
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
workspace(name = "org_tensorflow")
|
workspace(name = "org_tensorflow")
|
||||||
|
|
||||||
|
# buildifier: disable=load-on-top
|
||||||
|
|
||||||
# We must initialize hermetic python first.
|
# We must initialize hermetic python first.
|
||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
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",
|
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")
|
load("@rules_python//python:repositories.bzl", "py_repositories")
|
||||||
|
|
||||||
py_repositories()
|
py_repositories()
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
workspace(name = "wheel_test")
|
workspace(name = "wheel_test")
|
||||||
|
|
||||||
|
# buildifier: disable=load-on-top
|
||||||
|
|
||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||||
|
|
||||||
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",
|
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")
|
load("@rules_python//python:repositories.bzl", "py_repositories")
|
||||||
|
|
||||||
py_repositories()
|
py_repositories()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user