@@ -29,22 +29,22 @@ jobs:
2929 echo $modified_files
3030 echo $modified_dirs
3131
32- . ./.ci/compute-projects.sh
32+ # . ./.ci/compute-projects.sh
3333
34- all_projects="bolt clang clang-tools-extra compiler-rt cross-project-tests flang libc libclc lld lldb llvm mlir openmp polly pstl"
35- modified_projects="$(keep-modified-projects ${all_projects})"
34+ # all_projects="bolt clang clang-tools-extra compiler-rt cross-project-tests flang libc libclc lld lldb llvm mlir openmp polly pstl"
35+ # modified_projects="$(keep-modified-projects ${all_projects})"
3636
37- linux_projects_to_test=$(exclude-linux $(compute-projects-to-test 0 ${modified_projects}))
38- linux_check_targets=$(check-targets ${linux_projects_to_test} | sort | uniq)
39- linux_projects=$(add-dependencies ${linux_projects_to_test} | sort | uniq)
37+ # linux_projects_to_test=$(exclude-linux $(compute-projects-to-test 0 ${modified_projects}))
38+ # linux_check_targets=$(check-targets ${linux_projects_to_test} | sort | uniq)
39+ # linux_projects=$(add-dependencies ${linux_projects_to_test} | sort | uniq)
4040
41- linux_runtimes_to_test=$(compute-runtimes-to-test ${linux_projects_to_test})
42- linux_runtime_check_targets=$(check-targets ${linux_runtimes_to_test} | sort | uniq)
43- linux_runtimes=$(echo ${linux_runtimes_to_test} | sort | uniq)
41+ # linux_runtimes_to_test=$(compute-runtimes-to-test ${linux_projects_to_test})
42+ # linux_runtime_check_targets=$(check-targets ${linux_runtimes_to_test} | sort | uniq)
43+ # linux_runtimes=$(echo ${linux_runtimes_to_test} | sort | uniq)
4444
45- echo "Building projects: ${linux_projects}"
46- echo "Running project checks targets: ${linux_check_targets}"
47- echo "Building runtimes: ${linux_runtimes}"
48- echo "Running runtimes checks targets: ${linux_runtime_check_targets}"
45+ # echo "Building projects: ${linux_projects}"
46+ # echo "Running project checks targets: ${linux_check_targets}"
47+ # echo "Building runtimes: ${linux_runtimes}"
48+ # echo "Running runtimes checks targets: ${linux_runtime_check_targets}"
4949
50- ./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
50+ # ./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
0 commit comments