Skip to content

Commit 061b181

Browse files
AleksanderGondekAleksander Gondek
andauthored
1 parent 4a1b660 commit 061b181

File tree

5 files changed

+70
-1
lines changed

5 files changed

+70
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
module(
2+
name = "rules_cc_hdrs_map",
3+
version = "0.25.0",
4+
)
5+
6+
bazel_dep(
7+
name = "rules_cc",
8+
version = "0.1.3",
9+
)
10+
11+
bazel_dep(
12+
name = "platforms",
13+
version = "1.0.0",
14+
dev_dependency = True,
15+
)
16+
bazel_dep(
17+
name = "aspect_bazel_lib",
18+
version = "2.19.4",
19+
dev_dependency = True,
20+
)
21+
bazel_dep(
22+
name = "bazel_skylib",
23+
version = "1.8.1",
24+
dev_dependency = True,
25+
)
26+
27+
register_execution_platforms(
28+
"@rules_cc_hdrs_map//:x86_64_linux_remote",
29+
dev_dependency = True,
30+
)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
3+
"attestations": {
4+
"source.json": {
5+
"url": "https://github.com/AleksanderGondek/rules_cc_hdrs_map/releases/download/v0.25.0/source.json.intoto.jsonl",
6+
"integrity": "sha256-ndog3pI4YKclE0WnSeSYtN+L5AZSBh3kicJYxOlHRe4="
7+
},
8+
"MODULE.bazel": {
9+
"url": "https://github.com/AleksanderGondek/rules_cc_hdrs_map/releases/download/v0.25.0/MODULE.bazel.intoto.jsonl",
10+
"integrity": "sha256-wOGvmx50ZrYcLHWlXj7kje2TTP3rq0BbMvNCWBB+yRw="
11+
},
12+
"rules_cc_hdrs_map-v0.25.0.tar.gz": {
13+
"url": "https://github.com/AleksanderGondek/rules_cc_hdrs_map/releases/download/v0.25.0/rules_cc_hdrs_map-v0.25.0.tar.gz.intoto.jsonl",
14+
"integrity": "sha256-bEWmtuDns1tdum94mBM2dBhHUkj9xWFiy/1B3lGDKW0="
15+
}
16+
}
17+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
bcr_test_module:
2+
module_path: examples
3+
matrix:
4+
platform:
5+
- rockylinux8
6+
- debian10
7+
- ubuntu2004
8+
bazel:
9+
- 8.x
10+
tasks:
11+
build_test_module:
12+
name: Build test module
13+
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
15+
build_targets:
16+
- "//..."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-4b8vzZS+Te9Hrq6Kx13XxWqaP7NfkFoY5+Av2FjMzMg=",
3+
"strip_prefix": "",
4+
"url": "https://github.com/AleksanderGondek/rules_cc_hdrs_map/releases/download/v0.25.0/rules_cc_hdrs_map-v0.25.0.tar.gz"
5+
}

modules/rules_cc_hdrs_map/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"versions": [
1515
"0.1.0",
16-
"0.24.0"
16+
"0.24.0",
17+
"0.25.0"
1718
],
1819
"yanked_versions": {}
1920
}

0 commit comments

Comments
 (0)