-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Most of the packages do not work with Bazel 8 because of incompatible_disallow_empty_glob
There are multiple BUILD files that are using glob without explicitly mentioning allow_empty=True and they are failing in Bazel 8 because they do not glob anything.
The first step before fixing it, the maintainers they should decide if they want to add allow_empty=True in most of the places or directly remove the globing patterns that are not globing anything.
Metadata
Metadata
Assignees
Labels
No labels