8000
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 576e6dc commit 91e5751Copy full SHA for 91e5751
python/private/internal_config_repo.bzl
@@ -68,7 +68,7 @@ def _internal_config_repo_impl(rctx):
68
else:
69
enable_pystar = False
70
71
- if native.bazel_version.startswith("8."):
+ if not native.bazel_version or int(native.bazel_version.split(".")[0]) >= 8:
72
builtin_py_info_symbol = "None"
73
builtin_py_runtime_info_symbol = "None"
74
builtin_py_cc_link_params_provider = "None"
0 commit comments