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/linux_gcc-floor_libstdcxx_bazel.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/linux_gcc-floor_libstdcxx_bazel.sh')
-rwxr-xr-x | ci/linux_gcc-floor_libstdcxx_bazel.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/linux_gcc-floor_libstdcxx_bazel.sh b/ci/linux_gcc-floor_libstdcxx_bazel.sh index 5bd1dbf8..b2d8c1da 100755 --- a/ci/linux_gcc-floor_libstdcxx_bazel.sh +++ b/ci/linux_gcc-floor_libstdcxx_bazel.sh @@ -59,9 +59,6 @@ if [[ ${KOKORO_GFILE_DIR:-} ]] && [[ -d "${KOKORO_GFILE_DIR}/distdir" ]]; then BAZEL_EXTRA_ARGS="--distdir=/distdir ${BAZEL_EXTRA_ARGS:-}" fi -# TODO(absl-team): This currently uses Bazel 5. When upgrading to a version -# of Bazel that supports Bzlmod, add --enable_bzlmod=false to keep test -# coverage for the old WORKSPACE dependency management. for std in ${STD}; do for compilation_mode in ${COMPILATION_MODE}; do for exceptions_mode in ${EXCEPTIONS_MODE}; do @@ -82,6 +79,7 @@ for std in ${STD}; do --copt=-Werror \ --define="absl=1" \ --distdir="/bazel-distdir" \ + --enable_bzlmod=false \ --features=external_include_paths \ --keep_going \ --show_timestamps \ |