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.
1 parent 0d1eca1 commit 266c00dCopy full SHA for 266c00d
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