Skip to content

[Bug]: rapidcheck 2023.12.14 doesn't build on Bazel 8 (empty glob) #6476

@tmewett

Description

@tmewett

What happened?

    name = "rapidcheck",
    srcs = glob([
        "src/**/*.cpp",
        "src/**/*.h",
        "include/**/*.cpp",
    ]),
...

The include/**/*.cpp glob in the target definition above seems to be empty, making the build fail.

Version

Development (host) and target OS/architectures: Linux x86_64

Output of bazel --version: bazel 8.4.2

Version of relevant rules from the WORKSPACE or MODULE.bazel file: N/a

Language(s) and/or frameworks involved: C++

How to reproduce

Any other information?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions