[llvm-branch-commits] [CI] Explicitly compute needed runtime targets (PR #142695)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 3 17:56:39 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)
----------------
cmtice wrote:

Ah, ok thanks!

https://github.com/llvm/llvm-project/pull/142695


More information about the llvm-branch-commits mailing list