We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8b1a2b + 266c00d commit e790b2dCopy full SHA for e790b2d
validation-test/BuildSystem/lit.local.cfg
@@ -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