-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bazel): Support multiple registry services
For Bazel < 7.2.0, if the `.bazelrc` file lists multiple registries, use all of them to query package metadata. Fixes #8801. Signed-off-by: Oliver Heger <[email protected]>
- Loading branch information
1 parent
ded8a8e
commit e25b787
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,51 +33,51 @@ packages: | |
declared_licenses: [] | ||
declared_licenses_processed: {} | ||
description: "" | ||
homepage_url: "" | ||
homepage_url: "https://gflags.github.io/gflags/" | ||
binary_artifact: | ||
url: "" | ||
hash: | ||
value: "" | ||
algorithm: "" | ||
source_artifact: | ||
url: "" | ||
url: "https://github.com/gflags/gflags/archive/refs/tags/v2.2.2.tar.gz" | ||
hash: | ||
value: "" | ||
algorithm: "" | ||
value: "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf" | ||
algorithm: "SHA-256" | ||
vcs: | ||
type: "" | ||
url: "" | ||
type: "Git" | ||
url: "https://github.com/gflags/gflags" | ||
revision: "" | ||
path: "" | ||
vcs_processed: | ||
type: "" | ||
url: "" | ||
type: "Git" | ||
url: "https://github.com/gflags/gflags.git" | ||
revision: "" | ||
path: "" | ||
- id: "Bazel::glog:0.5.0" | ||
purl: "pkg:generic/[email protected]" | ||
declared_licenses: [] | ||
declared_licenses_processed: {} | ||
description: "" | ||
homepage_url: "" | ||
homepage_url: "https://github.com/google/glog" | ||
binary_artifact: | ||
url: "" | ||
hash: | ||
value: "" | ||
algorithm: "" | ||
source_artifact: | ||
url: "" | ||
url: "https://github.com/google/glog/archive/refs/tags/v0.5.0.tar.gz" | ||
hash: | ||
value: "" | ||
algorithm: "" | ||
value: "eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5" | ||
algorithm: "SHA-256" | ||
vcs: | ||
type: "" | ||
url: "" | ||
type: "Git" | ||
url: "https://github.com/google/glog" | ||
revision: "" | ||
path: "" | ||
vcs_processed: | ||
type: "" | ||
url: "" | ||
type: "Git" | ||
url: "https://github.com/google/glog.git" | ||
revision: "" | ||
path: "" | ||
- id: "Bazel::test_module:0.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters