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 b2435b4 commit 39052d7Copy full SHA for 39052d7
python/private/internal_config_repo.bzl
@@ -139,8 +139,7 @@ def _internal_config_repo_impl(rctx):
139
internal_config_repo = repository_rule(
140
implementation = _internal_config_repo_impl,
141
configure = True,
142
- # TODO @aignas 2025-09-27: PIPSTAR env var bugfix
143
- environ = [],
+ environ = [_ENABLE_PIPSTAR_ENVVAR_NAME],
144
attrs = {
145
"transition_setting_generators": attr.string_list_dict(),
146
"transition_settings": attr.string_list(),
0 commit comments