Reapply "[CI] Migrate to runtimes build" (#143612)
This reverts commit6f62979a5a. The reapplies commit80ea5f46df. That commit was reverted because it was causing compiler-rt test failures due to tysan not having its dependencies set up properly within CMake. That situation has since been rectified in3cef099ced. Reviewers: lnihlen, rnk, gburgessiv, cmtice Reviewed By: rnk, cmtice Pull Request: https://github.com/llvm/llvm-project/pull/144033
This commit is contained in:
3
.github/workflows/premerge.yaml
vendored
3
.github/workflows/premerge.yaml
vendored
@@ -56,11 +56,12 @@ jobs:
|
||||
echo "Running project checks targets: ${project_check_targets}"
|
||||
echo "Building runtimes: ${runtimes_to_build}"
|
||||
echo "Running runtimes checks targets: ${runtimes_check_targets}"
|
||||
echo "Running runtimes checks requiring reconfiguring targets: ${runtimes_check_targets_needs_reconfig}"
|
||||
|
||||
export CC=/opt/llvm/bin/clang
|
||||
export CXX=/opt/llvm/bin/clang++
|
||||
|
||||
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}"
|
||||
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}"
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user