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
32 changes: 32 additions & 0 deletions modules/tink_cc/2.1.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Tink C++ Bazel Module definition."""
module(
name = "tink_cc",
version = "2.1.0",
meteorcloudy marked this conversation as resolved.
Show resolved Hide resolved
)

bazel_dep(name = "rules_cc", version = "0.0.5")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "googletest", version = "1.12.1", repo_name = "com_google_googletest")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
bazel_dep(name = "rapidjson", version = "1.1.0")
bazel_dep(name = "abseil-cpp", version = "20230802.0", repo_name="com_google_absl")

wycheproof_extension = use_extension("//:extensions.bzl", "wycheproof_extension")
use_repo(wycheproof_extension, "wycheproof")
13 changes: 13 additions & 0 deletions modules/tink_cc/2.1.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- ubuntu2004
- macos
- windows
bazel: [6.x]
meteorcloudy marked this conversation as resolved.
Show resolved Hide resolved
tasks:
verify_targets:
name: Verify tink-cc build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@tink-cc//tink:tink_cc'
6 changes: 6 additions & 0 deletions modules/tink_cc/2.1.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"url": "https://github.com/tink-crypto/tink-cc/releases/download/v2.1.2/tink-cc-2.1.2.zip",
"integrity": "sha256-0P78YeO951jIdz8TSOamT8T9bsr+YsStwN+JV86AB1c=",
"strip_prefix": "tink-cc-2.1.2",
"patch_strip": 1
}
17 changes: 17 additions & 0 deletions modules/tink_cc/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/tink-crypto/tink-cc",
"maintainers": [
{
"email": "[email protected]",
"github": "morambro",
"name": "Moreno Ambrosin"
}
],
"repository": [
"github:tink-crypto/tink-cc"
],
"versions": [
"2.1.2"
],
"yanked_versions": {}
}
Loading