mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Rollback use of --remote_download_minimal on Bazel CI builds
PiperOrigin-RevId: 575273754 Change-Id: Iddd31524c86ff05c3c204a2e04250605a55448bc
This commit is contained in:
committed by
Copybara-Service
parent
0f110600fc
commit
3bc08b8151
@@ -89,7 +89,6 @@ for std in ${STD}; do
|
||||
--keep_going \
|
||||
--linkopt="-fsanitize=address" \
|
||||
--linkopt="-fsanitize-link-c++-runtime" \
|
||||
--remote_download_minimal \
|
||||
--show_timestamps \
|
||||
--test_env="ASAN_SYMBOLIZER_PATH=/opt/llvm/clang/bin/llvm-symbolizer" \
|
||||
--test_env="TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo" \
|
||||
|
||||
@@ -89,7 +89,6 @@ for std in ${STD}; do
|
||||
--distdir=\"/bazel-distdir\" \
|
||||
--features=external_include_paths \
|
||||
--keep_going \
|
||||
--remote_download_minimal \
|
||||
--show_timestamps \
|
||||
--test_env=\"GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1\" \
|
||||
--test_env=\"TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo\" \
|
||||
|
||||
@@ -86,7 +86,6 @@ for std in ${STD}; do
|
||||
--features=external_include_paths \
|
||||
--keep_going \
|
||||
--linkopt="-fsanitize=thread" \
|
||||
--remote_download_minimal \
|
||||
--show_timestamps \
|
||||
--test_env="TSAN_SYMBOLIZER_PATH=/opt/llvm/clang/bin/llvm-symbolizer" \
|
||||
--test_env="TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo" \
|
||||
|
||||
@@ -84,7 +84,6 @@ for std in ${STD}; do
|
||||
--features=external_include_paths \
|
||||
--keep_going \
|
||||
--linkopt="--gcc-toolchain=/usr/local" \
|
||||
--remote_download_minimal \
|
||||
--show_timestamps \
|
||||
--test_env="GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" \
|
||||
--test_env="TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo" \
|
||||
|
||||
@@ -81,7 +81,6 @@ for std in ${STD}; do
|
||||
--distdir="/bazel-distdir" \
|
||||
--features=external_include_paths \
|
||||
--keep_going \
|
||||
--remote_download_minimal \
|
||||
--show_timestamps \
|
||||
--test_env="GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" \
|
||||
--test_env="TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo" \
|
||||
|
||||
@@ -87,7 +87,6 @@ for std in ${STD}; do
|
||||
--distdir=\"/bazel-distdir\" \
|
||||
--features=external_include_paths \
|
||||
--keep_going \
|
||||
--remote_download_minimal \
|
||||
--show_timestamps \
|
||||
--test_env=\"GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1\" \
|
||||
--test_env=\"TZDIR=/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo\" \
|
||||
|
||||
Reference in New Issue
Block a user