Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fixedReleaser:
login: "Wyverald"
email: "[email protected]"

19 changes: 19 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"homepage": "https://github.com/bazelbuild/remote-apis",
"maintainers": [
{
"email": "[email protected]",
"github": "Wyverald",
"name": "Xudong Yang"
},
{
"github": "berksieker",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/bergksieker/bergsieker/

"name": "Steven Bergsieker"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you add [email protected] as an email contact?

}
],
"versions": [],
"yanked_versions": {},
"repository": [
"github:bazelbuild/remote-apis"
]
}
11 changes: 11 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
matrix:
platform: ["ubuntu2204", "macos", "macos_arm64", "windows"]
bazel: [7.x]
tasks:
build_targets:
name: build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@bazel_remote_apis//build/bazel/remote:remote_execution_proto'
- '@bazel_remote_apis//build/bazel/semver:semver_proto'
5 changes: 5 additions & 0 deletions .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
}