summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2023-08-02 15:17:43 -0400
committerGravatar GitHub <noreply@github.com>2023-08-02 15:17:43 -0400
commitd583a5972641374d3b88b29d919ecd1b22b14ddd (patch)
tree867e42a13a33ff31a2af8d027420b8d7b258c4f8 /ci
parentfdf5be1108ada4b5525f48542d5fd76731cb880e (diff)
Apply LTS transformations for 20230802 LTS branch (#1505)20230802.rc1
Diffstat (limited to 'ci')
-rw-r--r--ci/cmake_common.sh2
-rwxr-xr-xci/windows_msvc_cmake.bat3
2 files changed, 3 insertions, 2 deletions
diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh
index 4b02cb1f..051b70dc 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="843976e4f582ccb76cf87e0f128585324335779b"
+readonly ABSL_GOOGLETEST_COMMIT="f8d7d77c06936315286eb55f8de22cd23c188571" # v1.14.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
diff --git a/ci/windows_msvc_cmake.bat b/ci/windows_msvc_cmake.bat
index 23454b54..743b6f79 100755
--- a/ci/windows_msvc_cmake.bat
+++ b/ci/windows_msvc_cmake.bat
@@ -14,7 +14,8 @@
SETLOCAL ENABLEDELAYEDEXPANSION
-SET ABSL_GOOGLETEST_COMMIT=843976e4f582ccb76cf87e0f128585324335779b
+:: Use GoogleTest v1.14.0
+SET ABSL_GOOGLETEST_COMMIT=f8d7d77c06936315286eb55f8de22cd23c188571
IF EXIST %KOKORO_GFILE_DIR%\distdir\%ABSL_GOOGLETEST_COMMIT%.zip (
SET ABSL_GOOGLETEST_DOWNLOAD_URL=file://%KOKORO_GFILE_DIR%\distdir\%ABSL_GOOGLETEST_COMMIT%.zip