diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2022-06-23 14:22:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 14:22:47 -0400 |
commit | 273292d1cfc0a94a65082ee350509af1d113344d (patch) | |
tree | 7e5ede61413177fa9a43102b625b0a0f64e50b60 /ci | |
parent | 4dc63bade3ef2c099f328f2e08f6d4bf6658f0cf (diff) |
Apply LTS transformations for 20220623 LTS branch (#1202)20220623.rc120220623.0
Diffstat (limited to 'ci')
-rw-r--r-- | ci/cmake_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh index 372038a5..3c08255b 100644 --- a/ci/cmake_common.sh +++ b/ci/cmake_common.sh @@ -14,7 +14,7 @@ # The commit of GoogleTest to be used in the CMake tests in this directory. # Keep this in sync with the commit in the WORKSPACE file. -readonly ABSL_GOOGLETEST_COMMIT="86add13493e5c881d7e4ba77fb91c1f57752b3a4" +readonly ABSL_GOOGLETEST_COMMIT="15460959cbbfa20e66ef0b5ab497367e47fc0a04" # release-1.12.0 # Avoid depending on GitHub by looking for a cached copy of the commit first. if [[ -r "${KOKORO_GFILE_DIR:-}/distdir/${ABSL_GOOGLETEST_COMMIT}.zip" ]]; then |