diff options
author | Derek Mauro <dmauro@google.com> | 2024-07-18 04:31:54 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-18 04:32:47 -0700 |
commit | 7795d0843a72b6c2994941763aee14519bbcfccd (patch) | |
tree | 5fc594700e36c8bab4cc781b65604c10b313c5d6 /ci/macos_xcode_cmake.sh | |
parent | eb852207758a773965301d0ae717e4235fc5301a (diff) | |
download | abseil-7795d0843a72b6c2994941763aee14519bbcfccd.tar.gz abseil-7795d0843a72b6c2994941763aee14519bbcfccd.tar.bz2 abseil-7795d0843a72b6c2994941763aee14519bbcfccd.zip |
Update versions of dependencies in preparation for release
PiperOrigin-RevId: 653567769
Change-Id: I0448322da95558ff6a04ab1aeab2b238674b69d1
Diffstat (limited to 'ci/macos_xcode_cmake.sh')
-rwxr-xr-x | ci/macos_xcode_cmake.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/macos_xcode_cmake.sh b/ci/macos_xcode_cmake.sh index c8780384..eba2fb5e 100755 --- a/ci/macos_xcode_cmake.sh +++ b/ci/macos_xcode_cmake.sh @@ -23,11 +23,6 @@ ABSEIL_ROOT=$(realpath ${ABSEIL_ROOT}) source "${ABSEIL_ROOT}/ci/cmake_common.sh" -# The MacOS build doesn't run in a docker container, so we have to override ABSL_GOOGLETEST_DOWNLOAD_URL. -if [[ -r "${KOKORO_GFILE_DIR}/distdir/${ABSL_GOOGLETEST_COMMIT}.zip" ]]; then - ABSL_GOOGLETEST_DOWNLOAD_URL="file://${KOKORO_GFILE_DIR}/distdir/${ABSL_GOOGLETEST_COMMIT}.zip" -fi - if [[ -z ${ABSL_CMAKE_BUILD_TYPES:-} ]]; then ABSL_CMAKE_BUILD_TYPES="Debug" fi |