Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [email protected] to BCR #1861

Merged
merged 10 commits into from
Apr 24, 2024
22 changes: 12 additions & 10 deletions modules/tink_cc/2.1.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
build_targets: &build_targets
- '@tink-cc//tink:tink_cc'

platforms:
debian10:
build_targets: *build_targets
macos:
build_targets: *build_targets
ubuntu2004:
build_targets: *build_targets
matrix:
platform:
- ubuntu2004
- macos
bazel: [6.x]
tasks:
meteorcloudy marked this conversation as resolved.
Show resolved Hide resolved
verify_targets:
name: Verify tink-cc build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@tink-cc//tink:tink_cc'
5 changes: 3 additions & 2 deletions modules/tink_cc/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"homepage": "https://github.com/tink-crypto/tink-cc",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
"email": "[email protected]",
"github": "morambro",
"name": "Moreno Ambrosin"
}
],
"repository": [
Expand Down
Loading