Skip to content

Commit ec0f563

Browse files
1 parent c82d909 commit ec0f563

File tree

4 files changed

+51
-17
lines changed

4 files changed

+51
-17
lines changed

modules/rules_cc/0.0.10/MODULE.bazel

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module(
2+
name = "rules_cc",
3+
version = "0.0.10",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8+
bazel_dep(name = "platforms", version = "0.0.10")
9+
bazel_dep(name = "stardoc", version = "0.7.0")
10+
11+
cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
12+
use_repo(cc_configure, "local_config_cc_toolchains")
13+
14+
register_toolchains("@local_config_cc_toolchains//:all")
15+
16+
bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)

modules/rules_cc/0.0.10/presubmit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
matrix:
2+
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
3+
bazel:
4+
- 7.x
5+
tasks:
6+
verify_targets:
7+
name: "Verify build targets"
8+
platform: ${{ platform }}
9+
bazel: ${{ bazel }}
10+
build_targets:
11+
- "@rules_cc//cc/..."

modules/rules_cc/0.0.10/source.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-ZbZ7gcbaN48TbMfn4U7gjVuTdZc0J+zrjHc6T2n6fkk=",
3+
"strip_prefix": "rules_cc-0.0.10",
4+
"url": "https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz"
5+
}

modules/rules_cc/metadata.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"homepage": "https://github.com/bazelbuild/rules_cc",
3-
"maintainers": [
4-
{
5-
"email": "[email protected]",
6-
"name": "No Maintainer Specified"
7-
}
8-
],
9-
"versions": [
10-
"0.0.1",
11-
"0.0.2",
12-
"0.0.4",
13-
"0.0.5",
14-
"0.0.6",
15-
"0.0.8",
16-
"0.0.9"
17-
],
18-
"yanked_versions": {}
2+
"homepage": "https://github.com/bazelbuild/rules_cc",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "comius",
7+
"name": "Ivo Ristovski List"
8+
}
9+
],
10+
"versions": [
11+
"0.0.1",
12+
"0.0.2",
13+
"0.0.4",
14+
"0.0.5",
15+
"0.0.6",
16+
"0.0.8",
17+
"0.0.9",
18+
"0.0.10"
19+
],
20+
"yanked_versions": {}
1921
}

0 commit comments

Comments
 (0)