Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/bazelbuild/rules_cc/releases/tag/0.0.12

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

---------

Co-authored-by: Ivo List <[email protected]>
Co-authored-by: Ivo List <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent 36b0322 commit 700f39f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/rules_cc/0.0.12/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module(
name = "rules_cc",
version = "0.0.12",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")

cc_configure = use_extension("//cc:extensions.bzl", "cc_configure_extension")
use_repo(cc_configure, "local_config_cc", "local_config_cc_toolchains")

register_toolchains("@local_config_cc_toolchains//:all")

bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.7.0", dev_dependency = True)
11 changes: 11 additions & 0 deletions modules/rules_cc/0.0.12/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
bazel:
- 7.x
tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@rules_cc//cc/..."
5 changes: 5 additions & 0 deletions modules/rules_cc/0.0.12/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-smFouaE/CUeUmCuDKXXq9TzvxdztWzvn32uLeU3CdEs=",
"strip_prefix": "rules_cc-0.0.12",
"url": "https://github.com/bazelbuild/rules_cc/releases/download/0.0.12/rules_cc-0.0.12.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_cc/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"0.0.8",
"0.0.9",
"0.0.10",
"0.0.11"
"0.0.11",
"0.0.12"
],
"yanked_versions": {}
}

0 comments on commit 700f39f

Please sign in to comment.