Skip to content

Commit

Permalink
Rename every BUILD file to BUILD.bazel (#170)
Browse files Browse the repository at this point in the history
This should improve compatibility with MacOS and its case-insensitive
filesystem.

Fixes #169.
  • Loading branch information
chiphogg authored Aug 29, 2023
1 parent dcbb920 commit be0f010
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/license-check/license-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"**/*.py",
"**/*.sh",
"**/*.yml",
"**/BUILD",
"**/BUILD.bazel",
"tools/bin/au-docs-serve",
"tools/bin/buildifier",
"tools/bin/clang-format",
Expand All @@ -25,7 +25,7 @@
},
{
"include": [
"third_party/bazelisk/BUILD"
"third_party/bazelisk/BUILD.bazel"
],
"license": "./.github/license-check/header-apache2-hashtag.txt"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ http_archive(
http_archive(
name = "nholthaus_units",
add_prefix = "nholthaus_units",
build_file = "@//third_party/nholthaus_units:BUILD",
build_file = "@//third_party/nholthaus_units:BUILD.bazel",
sha256 = "b1f3c1dd11afa2710a179563845ce79f13ebf0c8c090d6aa68465b18bd8bd5fc",
strip_prefix = "units-2.3.3/include/",
url = "https://github.com/nholthaus/units/archive/refs/tags/v2.3.3.tar.gz",
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.

0 comments on commit be0f010

Please sign in to comment.