bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
214 stars 167 forks source link

fix: remove unused glob patterns #825

Closed dieortin closed 4 months ago

dieortin commented 4 months ago

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.