Skip to content

Commit ebf073b

Browse files
committed
add custom_runtime helper label
1 parent 8be52ad commit ebf073b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/support/support.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ PRECOMPILE_SOURCE_RETENTION = str(Label("//python/config_settings:precompile_sou
4444
PYC_COLLECTION = str(Label("//python/config_settings:pyc_collection"))
4545
PYTHON_VERSION = str(Label("//python/config_settings:python_version"))
4646
VISIBLE_FOR_TESTING = str(Label("//python/private:visible_for_testing"))
47+
CUSTOM_RUNTIME = str(Label("//tests/support:custom_runtime"))
4748

4849
SUPPORTS_BOOTSTRAP_SCRIPT = select({
4950
"@platforms//os:windows": ["@platforms//:incompatible"],

0 commit comments

Comments
 (0)