Skip to content

Commit

Permalink
rules_cc@0.0.9 (#942)
Browse files Browse the repository at this point in the history
* Publish bazelbuild/rules_cc@0.0.9

* Update source.json

---------

Co-authored-by: buildbreaker2021 <88653395+buildbreaker2021@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] and buildbreaker2021 committed Sep 20, 2023
1 parent 5429173 commit 19d10c9
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 4 deletions.
14 changes: 14 additions & 0 deletions modules/rules_cc/0.0.9/MODULE.bazel
@@ -0,0 +1,14 @@
module(
name = "rules_cc",
version = "0.0.9",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")

cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
use_repo(cc_configure, "local_config_cc_toolchains")

register_toolchains("@local_config_cc_toolchains//:all")

bazel_dep(name = "bazel_skylib", version = "1.3.0", dev_dependency = True)
13 changes: 13 additions & 0 deletions modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch
@@ -0,0 +1,13 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_cc",
- version = "0.0.4",
+ version = "0.0.9",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")
8 changes: 8 additions & 0 deletions modules/rules_cc/0.0.9/presubmit.yml
@@ -0,0 +1,8 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
build_targets:
- "@rules_cc//cc/..."
9 changes: 9 additions & 0 deletions modules/rules_cc/0.0.9/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=",
"strip_prefix": "rules_cc-0.0.9",
"url": "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g="
},
"patch_strip": 0
}
6 changes: 2 additions & 4 deletions modules/rules_cc/metadata.json
@@ -1,16 +1,14 @@
{
"homepage": "https://github.com/bazelbuild/rules_cc",
"maintainers": [],
"repository": [
"github:bazelbuild/rules_cc"
],
"versions": [
"0.0.1",
"0.0.2",
"0.0.4",
"0.0.5",
"0.0.6",
"0.0.8"
"0.0.8",
"0.0.9"
],
"yanked_versions": {}
}

0 comments on commit 19d10c9

Please sign in to comment.