bazelbuild / bazel-central-registry

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

google_benchmark@1.8.4 #2214

Closed Vertexwahn closed 1 month ago

Vertexwahn commented 1 month ago

Add google_benchmark@1.8.4

bazel-io commented 1 month ago

Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (google_benchmark) have been updated in this PR. Please review the changes.

Vertexwahn commented 1 month ago

Need skip-url-stability-check label.

Vertexwahn commented 1 month ago

I copied the MODULE.bazel file from google benchmark - it contains:

python.toolchain(
    is_default = True,
    python_version = "3.12",
)

not sure if this has any side effects...

fmeum commented 1 month ago

It's a dev dependency, so we don't need to worry about what it does