Skip to content

Commit

Permalink
Merge pull request #240 from bazelbuild:comius-patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682269919
Change-Id: Iae32802a2d92a79f9791708dceeafc8b1fb51f10
  • Loading branch information
copybara-github committed Oct 4, 2024
2 parents c2549f6 + b6db47b commit b1bea51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"homepage": "https://github.com/bazelbuild/rules_cc",
"maintainers": [],
"maintainers": [
{
"email": "ilist@google.com",
"github": "comius",
"name": "Ivo Ristovski List"
}
],
"versions": [],
"yanked_versions": {}
}
4 changes: 4 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
bazel:
- 6.x
- 7.x
tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@rules_cc//cc/..."
2 changes: 1 addition & 1 deletion .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_cc-{TAG}.tar.gz"
}

0 comments on commit b1bea51

Please sign in to comment.