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.15

_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 Nov 7, 2024
1 parent 9f61764 commit 1b0e69e
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modules/rules_cc/0.0.15/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module(
name = "rules_cc",
version = "0.0.15",
compatibility_level = 1,
)

bazel_dep(name = "bazel_features", version = "1.19.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "protobuf", version = "27.0", repo_name = "com_google_protobuf")

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_shell", version = "0.2.0", dev_dependency = True)
bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.7.0", dev_dependency = True)
12 changes: 12 additions & 0 deletions modules/rules_cc/0.0.15/patches/module_dot_bazel_version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_cc",
- version = "0.0.0",
+ version = "0.0.15",
compatibility_level = 1,
)

bazel_dep(name = "bazel_features", version = "1.19.0")
11 changes: 11 additions & 0 deletions modules/rules_cc/0.0.15/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/..."
9 changes: 9 additions & 0 deletions modules/rules_cc/0.0.15/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-9Krdg4fzgQM6mtBQBEOlKgzqX4rR7eQ2nTxhTreyaC4=",
"strip_prefix": "rules_cc-0.0.15",
"url": "https://github.com/bazelbuild/rules_cc/releases/download/0.0.15/rules_cc-0.0.15.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-aFj4RhHKZ7U1Dpky9QH/glusOV1Mu6/BOC57gSI1tTk="
},
"patch_strip": 1
}
1 change: 1 addition & 0 deletions modules/rules_cc/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"0.0.12",
"0.0.13",
"0.0.14",
"0.0.15",
"0.1.0"
],
"yanked_versions": {}
Expand Down

0 comments on commit 1b0e69e

Please sign in to comment.