Skip to content

Commit

Permalink
chore: update googleapis SHA circa 2023-03-16
Browse files Browse the repository at this point in the history
Pick up `spanner.v1.{ExecuteSql,Read}Request.data_boost_enabled` tag
fixes, which obviates any need to revert googleapis#10998 before the next release.
  • Loading branch information
devbww committed Mar 16, 2023
1 parent fa66623 commit 735ede5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bazel/google_cloud_cpp_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ def google_cloud_cpp_deps(name = None):
http_archive,
name = "com_google_googleapis",
urls = [
"https://storage.googleapis.com/cloud-cpp-community-archive/com_google_googleapis/0ed6338d8ff91118c161dd837d002cbfc47f7d00.tar.gz",
"https://github.com/googleapis/googleapis/archive/0ed6338d8ff91118c161dd837d002cbfc47f7d00.tar.gz",
"https://storage.googleapis.com/cloud-cpp-community-archive/com_google_googleapis/f30cd5ec52d3ed03cb56e8233079ddd44e5571f7.tar.gz",
"https://github.com/googleapis/googleapis/archive/f30cd5ec52d3ed03cb56e8233079ddd44e5571f7.tar.gz",
],
sha256 = "2b55acf11a4656b31980177f0bb941e4cbe65471bd4439d3d0a6599fb64ad598",
strip_prefix = "googleapis-0ed6338d8ff91118c161dd837d002cbfc47f7d00",
sha256 = "5eba9775089df0edcb477267e84525b181f27ac7ec61712c440f93ba77fc16f2",
strip_prefix = "googleapis-f30cd5ec52d3ed03cb56e8233079ddd44e5571f7",
build_file = Label("//bazel:googleapis.BUILD"),
# Scaffolding for patching googleapis after download. For example:
# patches = ["googleapis.patch"]
Expand Down
4 changes: 2 additions & 2 deletions cmake/GoogleapisConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
mark_as_advanced(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256)

set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
"0ed6338d8ff91118c161dd837d002cbfc47f7d00")
"f30cd5ec52d3ed03cb56e8233079ddd44e5571f7")
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"2b55acf11a4656b31980177f0bb941e4cbe65471bd4439d3d0a6599fb64ad598")
"5eba9775089df0edcb477267e84525b181f27ac7ec61712c440f93ba77fc16f2")

set(DOXYGEN_ALIASES
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""
Expand Down

0 comments on commit 735ede5

Please sign in to comment.