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 | |
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')
-rw-r--r-- | ci/cmake_common.sh | 2 | ||||
-rwxr-xr-x | ci/windows_msvc_cmake.bat | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/ci/windows_msvc_cmake.bat b/ci/windows_msvc_cmake.bat index b69e03e5..23454b54 100755 --- a/ci/windows_msvc_cmake.bat +++ b/ci/windows_msvc_cmake.bat @@ -14,7 +14,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION -SET ABSL_GOOGLETEST_COMMIT=934542165899c786cb5d8a710529c37184730183 +SET ABSL_GOOGLETEST_COMMIT=843976e4f582ccb76cf87e0f128585324335779b IF EXIST %KOKORO_GFILE_DIR%\distdir\%ABSL_GOOGLETEST_COMMIT%.zip ( SET ABSL_GOOGLETEST_DOWNLOAD_URL=file://%KOKORO_GFILE_DIR%\distdir\%ABSL_GOOGLETEST_COMMIT%.zip |