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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: