bazelbuild / bazel-central-registry

The central registry of Bazel modules for the Bzlmod external dependency system.
https://registry.bazel.build
Apache License 2.0
233 stars 254 forks source link

spdlog@1.14.0 #2328

Closed Vertexwahn closed 4 days ago

Vertexwahn commented 4 days ago

spdlog@1.14.0

Vertexwahn commented 4 days ago

Need skip-url-stability-check label.

Vertexwahn commented 4 days ago

I added a cc_test target in BUILD.bazel file for spdlog. I have no clue how to run this within the presubmit job. I tried empty module_path: "", tried @spdlog//... but seems not to work. Help is appreciated.

Tried also:

    features = [
        "parse_headers",
    ],

but give me local some strange errors (tries to compile a windows related header file on linux and also CI reports issues that I do not understand)

Vertexwahn commented 4 days ago

Ready to go!