From 44050f0d60e8196773f9af693932b668d1877c1b Mon Sep 17 00:00:00 2001 From: Dino Radakovic Date: Thu, 16 Jun 2022 13:17:21 -0700 Subject: Revert GoogleTest version used by Abseil to commit 28e1da21d8d677bc98f12ccc7fc159ff19e8e817 Using GoogleTest at 0320f517fd920866d918e564105d68fd4362040a breaks Windows DLLs. PiperOrigin-RevId: 455452411 Change-Id: Iff89a01351c01487786a22701efedf25860fadf9 --- ci/cmake_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/cmake_common.sh') diff --git a/ci/cmake_common.sh b/ci/cmake_common.sh index de0e9092..8a93389b 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="0320f517fd920866d918e564105d68fd4362040a" +readonly ABSL_GOOGLETEST_COMMIT="28e1da21d8d677bc98f12ccc7fc159ff19e8e817" # 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 -- cgit v1.2.3