Skip to content

Commit

Permalink
fix: remove unused glob patterns (#825)
Browse files Browse the repository at this point in the history
Some glob patterns do not match any file, which makes building with --incompatible_disallow_empty_glob produce an error.
We should be able to just remove them.
  • Loading branch information
dieortin committed Feb 29, 2024
1 parent 5607259 commit 61132fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/rpm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package(default_applicable_licenses = ["//:license"])

exports_files(
glob([
"*.bzl",
"*.tpl",
]),
visibility = ["//visibility:public"],
Expand All @@ -27,7 +26,6 @@ exports_files(
filegroup(
name = "standard_package",
srcs = glob([
"*.bzl",
"*.py",
"*.tpl",
]) + [
Expand Down

0 comments on commit 61132fe

Please sign in to comment.