You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 0.10.1 my builds fail with the following issue likely due to things being omitted from the release artifacts.
ERROR: Traceback (most recent call last):
File "/home/user/.cache/bazel/_bazel_user/e497939fa198e6588dc55730b8a3a7f2/external/rules_pkg/pkg/rpm/BUILD", line 20, column 9, in <toplevel>
glob([
Error in glob: glob pattern '*.bzl' didn't match anything, but allow_empty is set to False (the default value of allow_empty can be set with --incompatible_disallow_empty_glob).
ERROR: package contains errors: pkg/rpm: Traceback (most recent call last):
File "/home/user/.cache/bazel/_bazel_user/e497939fa198e6588dc55730b8a3a7f2/external/rules_pkg/pkg/rpm/BUILD", line 20, column 9, in <toplevel>
glob([
Error in glob: glob pattern '*.bzl' didn't match anything, but allow_empty is set to False (the default value of allow_empty can be set with --incompatible_disallow_empty_glob).
ERROR: Skipping '@rules_pkg//...': Error evaluating '@rules_pkg//...': error loading package '@@rules_pkg//pkg/rpm': Package 'pkg/rpm' contains errors
ERROR: Error evaluating '@rules_pkg//...': error loading package '@@rules_pkg//pkg/rpm': Package 'pkg/rpm' contains errors
The text was updated successfully, but these errors were encountered:
On
0.10.1
my builds fail with the following issue likely due to things being omitted from the release artifacts.The text was updated successfully, but these errors were encountered: