Skip to content

Commit 266c00d

Browse files
committed
Skip build system tests when targeting remote executors
These will be still exercised when targeting macOS, Linux and Windows. Addresses rdar://111854328
1 parent 0d1eca1 commit 266c00d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if ("remote_run" in config.available_features or
2+
"device_run" in config.available_features):
3+
lit_config.note("Skipping build system tests, since they are not supported on remote executors")
4+
config.unsupported = True

0 commit comments

Comments
 (0)