Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions modules/openconfig_bootz/0.6.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module(
name = "openconfig_bootz",
version = "0.6.1",
)

bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle")
bazel_dep(name = "grpc", version = "1.74.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "protobuf", version = "32.1", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_go", version = "0.57.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "openconfig_gnmi", version = "0.14.1")
bazel_dep(name = "openconfig_gnsi", version = "1.9.0")

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.25.1")
Comment on lines +6 to +14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The versions specified for several dependencies do not appear to be valid, released versions and will cause dependency resolution to fail. Please correct them to valid, existing versions.

Here are some of the versions that appear to be incorrect:

  • [email protected]: This version does not seem to exist. The latest known version in BCR is 0.37.0.
  • [email protected]: This version does not seem to exist. The latest known version is 1.65.1.
  • [email protected]: This version does not seem to exist. The latest known version in BCR is 25.1.
  • [email protected]: This version does not seem to exist. The latest known version is 0.47.1.
  • [email protected]: This version of the Go SDK is not yet released. The latest stable Go version is in the 1.22.x series.
  • [email protected]: This version is not in BCR. The latest is 0.10.0.
  • [email protected]: This version is not in BCR. The latest is 1.4.0.


go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
use_repo(go_deps, "com_github_coredhcp_coredhcp", "com_github_golang_glog", "com_github_google_go_cmp", "com_github_h_fam_errdiff", "com_github_insomniacslk_dhcp", "org_golang_google_grpc", "org_golang_google_grpc_cmd_protoc_gen_go_grpc", "org_golang_google_protobuf", "org_mozilla_go_pkcs7")

go_deps_dev = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps", dev_dependency = True)
go_deps_dev.gazelle_override(
build_file_generation = "clean",
path = "github.com/h-fam/errdiff",
)
10 changes: 10 additions & 0 deletions modules/openconfig_bootz/0.6.1/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "openconfig_bootz",
- version = "0.0.0",
+ version = "0.6.1",
)

bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle")
17 changes: 17 additions & 0 deletions modules/openconfig_bootz/0.6.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--host_cxxopt=-std=c++17'
- '--cxxopt=-std=c++17'
build_targets:
- '@openconfig_bootz//...'
9 changes: 9 additions & 0 deletions modules/openconfig_bootz/0.6.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/openconfig/bootz/archive/refs/tags/v0.6.1.tar.gz",
"integrity": "sha256-Hxzhh+YFE+Fdk3QjVs+KA5lYkTRVFDT7bEZY0oj5av8=",
"strip_prefix": "bootz-0.6.1",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-srmZhixWRnpNggFy/Xt9ITia3GEsWBNz99FxM/6dgN8="
}
}
3 changes: 2 additions & 1 deletion modules/openconfig_bootz/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"versions": [
"0.5.0",
"0.6.0"
"0.6.0",
"0.6.1"
],
"yanked_versions": {}
}
Loading