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 8be52ad commit ebf073bCopy full SHA for ebf073b
tests/support/support.bzl
@@ -44,6 +44,7 @@ PRECOMPILE_SOURCE_RETENTION = str(Label("//python/config_settings:precompile_sou
44
PYC_COLLECTION = str(Label("//python/config_settings:pyc_collection"))
45
PYTHON_VERSION = str(Label("//python/config_settings:python_version"))
46
VISIBLE_FOR_TESTING = str(Label("//python/private:visible_for_testing"))
47
+CUSTOM_RUNTIME = str(Label("//tests/support:custom_runtime"))
48
49
SUPPORTS_BOOTSTRAP_SCRIPT = select({
50
"@platforms//os:windows": ["@platforms//:incompatible"],
0 commit comments