[llvm] [ci] add all projects as dependencies of ci (PR #136153)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 23:45:55 PDT 2025
================
@@ -188,6 +188,19 @@ def test_exclude_gn(self):
self.assertEqual(env_variables["runtimes_to_build"], "")
self.assertEqual(env_variables["runtimes_check_targets"], "")
+ def test_ci(self):
----------------
boomanaiden154 wrote:
This function seems to be indented by five spaces not four which is why you're getting the formatting error.
https://github.com/llvm/llvm-project/pull/136153
More information about the llvm-commits
mailing list