Skip to content

Commit f1457f9

Browse files
committed
Defer mlir->cir testing dependency to a later change
1 parent 87cba17 commit f1457f9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.ci/compute_projects.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@
5151
"lld": {"bolt", "cross-project-tests"},
5252
# TODO(issues/132795): LLDB should be enabled on clang changes.
5353
"clang": {"clang-tools-extra", "cross-project-tests"},
54-
"mlir": {
55-
"CIR",
56-
"flang",
57-
},
54+
"mlir": {"flang"},
5855
# Test everything if ci scripts are changed.
5956
".ci": {
6057
"llvm",

.ci/compute_projects_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_mlir(self):
184184
self.assertEqual(env_variables["projects_to_build"], "clang;flang;llvm;mlir")
185185
self.assertEqual(
186186
env_variables["project_check_targets"],
187-
"check-clang-cir check-flang check-mlir",
187+
"check-flang check-mlir",
188188
)
189189
self.assertEqual(env_variables["runtimes_to_build"], "")
190190
self.assertEqual(env_variables["runtimes_check_targets"], "")

0 commit comments

Comments
 (0)