aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorTrevor Radcliffe <tradical@google.com>2023-01-09 21:35:35 +0000
committerTrevor Radcliffe <tradical@google.com>2023-01-09 21:35:35 +0000
commit4ef0537889e0e507c84925b3f7488383d96d3ba0 (patch)
tree9982d3b10d929e59a7a5404941246c19ccd7b478 /ci
parent40047151e77ac24cdae8ca63608217c77bf43717 (diff)
downloadbazel-4ef0537889e0e507c84925b3f7488383d96d3ba0.tar.gz
Don't run ubsan tests for bionic (yet)
Our bionic toolchain is not ready yet, so let's hold off on running our ubsan tests that depend on it. Bug: N/A Test: N/A Change-Id: I4f4d88ed64a680eac283e95014a0e8890c7af4ed
Diffstat (limited to 'ci')
-rwxr-xr-xci/bp2build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/bp2build.sh b/ci/bp2build.sh
index 5c6c824b..93644f3d 100755
--- a/ci/bp2build.sh
+++ b/ci/bp2build.sh
@@ -79,10 +79,6 @@ done
build/bazel/bin/bazel --max_idle_secs=5 test ${FLAGS} --build_tests_only=false -k \
-- ${BUILD_TARGETS} ${TEST_TARGETS} "${HOST_INCOMPATIBLE_TARGETS[@]}"
-# Run some tests under the linux_bionic_x86_64 configuration as well
-build/bazel/bin/bazel --max_idle_secs=5 test ${FLAGS} --config=linux_bionic_x86_64 --build_tests_only=false -k \
- -- //prebuilts/clang/host/linux-x86:cc_toolchain_features_ubsan_tests
-
###################
# bp2build-progress
###################