summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorGravatar Gennadiy Rozental <rogeeff@google.com>2023-03-01 16:54:33 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2023-03-01 16:55:43 -0800
commit6c2630fe513378db47708d9000e45754a954d3a5 (patch)
treea222dbef45ec69a1666271f559c85ae7a9b6c860 /ci
parent1d07cfede2d0153ebfa23543ffcc08faf55b4539 (diff)
Finally delete ArgListAction after cleanup is completed.
PiperOrigin-RevId: 513379475 Change-Id: I0d7af3a0d2bf4da6eec66a5320ecc402d2e8fec8
Diffstat (limited to 'ci')
-rw-r--r--ci/cmake_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh
index 64317425..f62bb8a1 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="934542165899c786cb5d8a710529c37184730183"
+readonly ABSL_GOOGLETEST_COMMIT="2d4f208765af7fa376b878860a7677ecc0bc390a"
# 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