Skip to content

Commit bb356d3

Browse files
committed
Don't run LLDB cross compile host test suite
1 parent ceeb724 commit bb356d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build-script-impl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,6 +2493,10 @@ for host in "${ALL_HOSTS[@]}"; do
24932493
if [[ "${SKIP_TEST_LLDB}" ]]; then
24942494
continue
24952495
fi
2496+
if [[ $(is_cross_tools_host ${host}) ]]; then
2497+
echo "--- Can't execute tests for ${host}, skipping... ---"
2498+
continue
2499+
fi
24962500
llvm_build_dir=$(build_directory ${host} llvm)
24972501
lldb_build_dir=$(build_directory ${host} lldb)
24982502
results_dir="${lldb_build_dir}/test-results"

0 commit comments

Comments
 (0)