From 61132feb47add139967476401baa49cf4b7c6b2a Mon Sep 17 00:00:00 2001 From: Diego Ortin Date: Thu, 29 Feb 2024 16:04:55 +0100 Subject: [PATCH] fix: remove unused glob patterns (#825) 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. --- pkg/rpm/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/rpm/BUILD b/pkg/rpm/BUILD index f7564b22..a2742f42 100644 --- a/pkg/rpm/BUILD +++ b/pkg/rpm/BUILD @@ -18,7 +18,6 @@ package(default_applicable_licenses = ["//:license"]) exports_files( glob([ - "*.bzl", "*.tpl", ]), visibility = ["//visibility:public"], @@ -27,7 +26,6 @@ exports_files( filegroup( name = "standard_package", srcs = glob([ - "*.bzl", "*.py", "*.tpl", ]) + [