diff options
author | Derek Mauro <dmauro@google.com> | 2023-08-02 11:08:54 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-08-02 11:09:41 -0700 |
commit | fdf5be1108ada4b5525f48542d5fd76731cb880e (patch) | |
tree | ef01a27315160b1ccba524a2975806d26bb2c83c /ci/cmake_common.sh | |
parent | 5d06f796b7ed59234c603457d130d23addc400fd (diff) | |
download | abseil-fdf5be1108ada4b5525f48542d5fd76731cb880e.tar.gz abseil-fdf5be1108ada4b5525f48542d5fd76731cb880e.tar.bz2 abseil-fdf5be1108ada4b5525f48542d5fd76731cb880e.zip |
Update Abseil dependencies
PiperOrigin-RevId: 553199830
Change-Id: Ida9fc1c51a39b8c21ffd34f95de076b1b21369bd
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 f62bb8a1..4b02cb1f 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="2d4f208765af7fa376b878860a7677ecc0bc390a" +readonly ABSL_GOOGLETEST_COMMIT="843976e4f582ccb76cf87e0f128585324335779b" # 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 |