-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
c82d909
commit ec0f563
Showing
4 changed files
with
51 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} |