diff options
author | Derek Mauro <dmauro@google.com> | 2023-01-11 08:52:58 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-01-11 08:53:59 -0800 |
commit | 10ff83d9b442fe287ecd9f9ae03c45d9fda01f2c (patch) | |
tree | fb6e26f493a053bbe9f64bf50d7bed3037ffc5d0 /ci/cmake_common.sh | |
parent | 52835439ca90d86b27bf8cd1708296e95604d724 (diff) |
Update Abseil dependencies
PiperOrigin-RevId: 501294426
Change-Id: Ic580a2f31b4a98b1dd3eb21f3279fda4cd4a5977
Diffstat (limited to 'ci/cmake_common.sh')
-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..64317425 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="934542165899c786cb5d8a710529c37184730183" # 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 |