Skip to content

Commit f1cb691

Browse files
authored
Add openconfig_attestz@0.6.0 (#6217)
Add openconfig_attestz@0.6.0
1 parent 5b8104c commit f1cb691

File tree

5 files changed

+55
-1
lines changed

5 files changed

+55
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
module(
2+
name = "openconfig_attestz",
3+
version = "0.6.0",
4+
)
5+
6+
bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle")
7+
bazel_dep(name = "grpc", version = "1.74.1", repo_name = "com_github_grpc_grpc")
8+
bazel_dep(name = "protobuf", version = "32.1", repo_name = "com_google_protobuf")
9+
bazel_dep(name = "rules_go", version = "0.57.0", repo_name = "io_bazel_rules_go")
10+
bazel_dep(name = "rules_proto", version = "7.1.0")
11+
12+
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
13+
go_sdk.download(version = "1.25.1")
14+
15+
go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
16+
go_deps.from_file(go_mod = "//:go.mod")
17+
use_repo(go_deps, "com_github_golang_glog", "com_github_google_go_cmp", "org_golang_google_grpc", "org_golang_google_grpc_cmd_protoc_gen_go_grpc", "org_golang_google_protobuf", "com_github_google_go_tpm")
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -1,6 +1,6 @@
4+
module(
5+
name = "openconfig_attestz",
6+
- version = "0.0.0",
7+
+ version = "0.6.0",
8+
)
9+
10+
bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle")
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
bazel:
6+
- 8.x
7+
- 7.x
8+
tasks:
9+
verify_targets:
10+
name: Verify build targets
11+
platform: ${{ platform }}
12+
bazel: ${{ bazel }}
13+
build_flags:
14+
- '--host_cxxopt=-std=c++17'
15+
- '--cxxopt=-std=c++17'
16+
build_targets:
17+
- '@openconfig_attestz//...'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/openconfig/attestz/archive/refs/tags/v0.6.0.tar.gz",
3+
"integrity": "sha256-vyYwtH/64xn954LFOeu4FUZWqFtYDDZVliwpXQeKhpY=",
4+
"strip_prefix": "attestz-0.6.0",
5+
"patch_strip": 0,
6+
"patches": {
7+
"module_dot_bazel.patch": "sha256-P3Me+JnnfZTCBevBvEg7iVHjyXyVd2uW8WNbBxIQoEo="
8+
}
9+
}

modules/openconfig_attestz/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"github:openconfig/attestz"
1919
],
2020
"versions": [
21-
"0.5.0"
21+
"0.5.0",
22+
"0.6.0"
2223
],
2324
"yanked_versions": {}
2425
}

0 commit comments

Comments
 (0)