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

[googleapis]: add version matching google-cloud-cpp-2.5.0 #15469

Merged
merged 1 commit into from
Feb 8, 2023
Merged
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
8 changes: 8 additions & 0 deletions recipes/googleapis/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# (master branch) https://github.com/grpc/grpc/blob/master/CMakeLists.txt#L347

sources:
"cci.20221108":
url: "https://github.com/googleapis/googleapis/archive/67b2d7c2fb11188776bc398f02c67fccd8187502.zip"
sha256: "cca450c34e3a8adc03364686d44748f362e4a9af6d3ef32b918f2d5483a3025e"
"cci.20220711":
url: "https://github.com/googleapis/googleapis/archive/220b13e335ea8e0153c84c56a135a19d15384621.zip"
sha256: "0a8aac018f49f8595fc0fbfe53f46d73b2fb42661a425746be802302928e6ac2"
Expand All @@ -20,6 +23,11 @@ sources:
url: "https://github.com/googleapis/googleapis/archive/2f9af297c84c55c8b871ba4495e01ade42476c92.zip"
sha256: "c53ef0768e07bd4e2334cdacba8c6672d2252bef307a889f94893652e8e7f3a4"
patches:
"cci.20221108":
- patch_file: "patches/cci.20220711/001-fix-google-api-deps.patch"
patch_description: "Fix incorrect dependency name in BUILD.bazel file"
patch_type: "bugfix"
patch_source: "https://github.com/googleapis/googleapis/commit/5fd35b6a1316570df7f117426ed35af9086e9bda"
"cci.20220711":
- patch_file: "patches/cci.20220711/001-fix-google-api-deps.patch"
patch_description: "Fix incorrect dependency name in BUILD.bazel file"
Expand Down
2 changes: 2 additions & 0 deletions recipes/googleapis/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"cci.20221108":
folder: all
"cci.20220711":
folder: all
"cci.20220531":
Expand Down