Skip to content

Commit d0d133f

Browse files
authored
Register rules_closure in bcr (bazelbuild#660)
1 parent 4df066a commit d0d133f

4 files changed

Lines changed: 48 additions & 0 deletions

File tree

.bcr/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fixedReleaser:
2+
login: mollyibot
3+
email: mollyibot@google.com

.bcr/metadata.template.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"homepage": "https://github.com/bazelbuild/rules_closure",
3+
"maintainers": [
4+
{
5+
"name": "Goktug Gokdogan",
6+
"email": "goktug@google.com",
7+
"github": "gkdn"
8+
},
9+
{
10+
"name": "Julien Dramaix",
11+
"email": "dramaix@google.com",
12+
"github": "jDramaix"
13+
},
14+
{
15+
"name": "Yuan Tian",
16+
"email": "mollyibot@google.com",
17+
"github": "mollyibot"
18+
}
19+
],
20+
"repository": [
21+
"github:bazelbuild/rules_closure"
22+
],
23+
"versions": [],
24+
"yanked_versions": {}
25+
}

.bcr/presubmit.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
matrix:
2+
platform:
3+
- macos
4+
- ubuntu2004
5+
bazel:
6+
- "7.x"
7+
- "8.x"
8+
tasks:
9+
run_tests:
10+
bazel: ${{ bazel }}
11+
platform: ${{ platform }}
12+
build_targets:
13+
- "..."
14+
test_targets:
15+
- "..."

.bcr/source.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "",
3+
"strip_prefix": "{REPO}-{VERSION}",
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5+
}

0 commit comments

Comments
 (0)