Skip to content

Commit

Permalink
Rename BUILD -> BUILD.bazel (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt authored Dec 26, 2022
1 parent 7e59c5c commit 50ba3ed
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD → BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports_files([
filegroup(
name = "distribution",
srcs = [
"BUILD",
"BUILD.bazel",
"MODULE.bazel",
"WORKSPACE",
"internal_deps.bzl",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exports_files(["pip_compile.py"])
filegroup(
name = "distribution",
srcs = glob(["*.bzl"]) + [
"BUILD",
"BUILD.bazel",
"pip_compile.py",
"//python/pip_install/extract_wheels:distribution",
"//python/pip_install/private:distribution",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion python/pip_install/pip_repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _construct_pypath(rctx):
"""

# Get the root directory of these rules
rules_root = rctx.path(Label("//:BUILD")).dirname
rules_root = rctx.path(Label("//:BUILD.bazel")).dirname
thirdparty_roots = [
# Includes all the external dependencies from repositories.bzl
rctx.path(Label("@" + repo + "//:BUILD.bazel")).dirname
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/BUILD → tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ py_binary(
filegroup(
name = "distribution",
srcs = [
"BUILD",
"BUILD.bazel",
"wheelmaker.py",
],
visibility = ["//:__pkg__"],
Expand Down
File renamed without changes.

0 comments on commit 50ba3ed

Please sign in to comment.