Skip to content

Packages not working with Bazel 8 #185

@limdor

Description

@limdor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions