Skip to content

Commit

Permalink
Fix empty glob in cc/private/BUILD
Browse files Browse the repository at this point in the history
the glob pattern `**/*.bzl` doesn't match anything there, and this is bad for `--incompatible_disallow_empty_glob`. This PR removes the offending line.
  • Loading branch information
Wyverald authored Oct 4, 2024
1 parent 7343c66 commit 5cbd830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cc/private/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
filegroup(
name = "srcs",
srcs = glob([
"**/*.bzl",
"**/BUILD",
]) + [
"//cc/private/rules_impl:srcs",
Expand Down

0 comments on commit 5cbd830

Please sign in to comment.