aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
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
###################