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

_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 Sep 13, 2024
1 parent c82d909 commit ec0f563
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 17 deletions.
16 changes: 16 additions & 0 deletions modules/rules_cc/0.0.10/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module(
name = "rules_cc",
version = "0.0.10",
compatibility_level = 1,
)

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

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 = "rules_testing", version = "0.6.0", dev_dependency = True)
11 changes: 11 additions & 0 deletions modules/rules_cc/0.0.10/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.10/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-ZbZ7gcbaN48TbMfn4U7gjVuTdZc0J+zrjHc6T2n6fkk=",
"strip_prefix": "rules_cc-0.0.10",
"url": "https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz"
}
36 changes: 19 additions & 17 deletions modules/rules_cc/metadata.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"homepage": "https://github.com/bazelbuild/rules_cc",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"versions": [
"0.0.1",
"0.0.2",
"0.0.4",
"0.0.5",
"0.0.6",
"0.0.8",
"0.0.9"
],
"yanked_versions": {}
"homepage": "https://github.com/bazelbuild/rules_cc",
"maintainers": [
{
"email": "[email protected]",
"github": "comius",
"name": "Ivo Ristovski List"
}
],
"versions": [
"0.0.1",
"0.0.2",
"0.0.4",
"0.0.5",
"0.0.6",
"0.0.8",
"0.0.9",
"0.0.10"
],
"yanked_versions": {}
}

0 comments on commit ec0f563

Please sign in to comment.