diff options
author | Derek Mauro <dmauro@google.com> | 2022-06-15 17:27:41 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-06-15 17:28:25 -0700 |
commit | 6b6d40f999f09b1bbc0150e8f57a2c39a93d25e5 (patch) | |
tree | d3e7e6537921db9a7b3f5e59fdc637b0c30a7d71 /ci | |
parent | 509f275822e8158bf76a9b24830a8de9d2fdfef2 (diff) |
Update GoogleTest version used by Abseil
As part of this update, GoogleTest is now using the Abseil flags
implementation, and the flags usage_test needs to be modified to pass.
If building with bazel and --define=absl=1 to force GoogleTest to use
Abseil, a WORKSPACE dependency on the abseil branch of the RE2 project
is now required.
PiperOrigin-RevId: 455257879
Change-Id: Id1548ce7d6a95b747b72a4f255d31ced98e36006
Diffstat (limited to 'ci')
-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 8a93389b..de0e9092 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="28e1da21d8d677bc98f12ccc7fc159ff19e8e817" +readonly ABSL_GOOGLETEST_COMMIT="0320f517fd920866d918e564105d68fd4362040a" # 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 |