If any --registry flag is specified, Bazel will consult the specified registries in order, but will not consult the BCR unless the BCR is explicitly specified as a registry. In other words, to use your own registry layered on top of the BCR, use --registry=https://my.own.registry.com...
registry Add missing "modules" part of index registry paths Jan 14, 2021 resolve Accurately store patch_strip Jan 13, 2021 .gitignore run go fmt Dec 4, 2020 AUTHORS Initial commit. Oct 19, 2020 LICENSE Initial commit. Oct 19, 2020 ...
"registry", "runtime_view", "sigh_mixin", "snapshot", "sparse_set", "storage", "storage_entity", "view", ] [cc_test( name = test, srcs = ["{}.cpp".format(test)], copts = COPTS, deps = [ "//entt/common", "@entt", "@googletest//:gtest", "@googletest//:gtest_main"...
The packages in question use bzlmod exclucisvely (so they also use a central registry as input. So maybe it is only happening with derviations coming out of bzlmod ? I suspect whenever the JDK changes, a fixed derivation picking up the new environment changes; maybe paths that refer to...
Fixes bazelbuild/bazel-central-registry#311 (comment) bzlmod: Add missing repository metadata 7512695 fmeum requested a review from linzhp December 6, 2022 18:38 linzhp approved these changes Dec 6, 2022 View reviewed changes linzhp merged commit cec6910 into master Dec 6, 2022 linzhp...
Add additional bzlmod requirements to allow grpc protobufs to work What type of PR is this? Bug fix What does this PR do? Why is it needed? This is required to allow code that attempts to use protobufs for grpc to work when usingrules_goand...
Would it be possible to cut a release (I guess it would be 0.4.9?) containing#950? This would allow adding nanopb to theBazel Central Registry, and so make it very straightforward to depend on nanopb from Bazel projects using bzlmod. ...
145 - # curl --silent https://registry.npmjs.org/pnpm | jq '.versions["8.6.11"].dist.integrity' 146 - pnpm_version = ("8.6.11", "sha512-jqknppuj45tDzJsLcLqkAxytBHZXIx9JTYkGNq0/7pSRggpio9wRxTDj4NA2ilOHPlJ5BVjB5Ij5dx65woMi5A=="), 147 - public_hoist_packages = { 148...
Following the steps in https://github.com/bazel-contrib/publish-to-bcr/tree/main?tab=readme-ov-file#how-it-works so that we can automate our release to BCR.
Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets. - bazel-gazelle/internal/bzlmod/go_deps.bzl at 9c4a8d444274b09d67e583cdb80186296d73c54