[llvm-branch-commits] [CI] Explicitly compute needed runtime targets (PR #142695)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 3 17:52:56 PDT 2025
================
@@ -216,16 +227,16 @@ def get_env_variables(modified_files: list[str], platform: str) -> Set[str]:
projects_to_test = _compute_projects_to_test(modified_projects, platform)
projects_to_build = _compute_projects_to_build(projects_to_test)
projects_check_targets = _compute_project_check_targets(projects_to_test)
- runtimes_to_test = _compute_runtimes_to_test(projects_to_test)
- runtimes_check_targets = _compute_runtime_check_targets(runtimes_to_test)
+ runtimes_to_build = _compute_runtimes_to_test(projects_to_test)
----------------
boomanaiden154 wrote:
Yeah. I ended up doing that in https://github.com/llvm/llvm-project/pull/142696. Not sure it's worth fixing here too given I'll be landing these around the same time.
https://github.com/llvm/llvm-project/pull/142695
More information about the llvm-branch-commits
mailing list