Denis
Denis
@gregestren, I ask you to reopen the isssue, because bug is still actual. Reproduced at Linux with bazel 7.0.1. **How to reproduce:** BUILD.bazel file: ``` load(":env_transition.bzl", "rule_with_env_transition") rule_with_env_transition( name =...
> A fix for this issue has been included in [Bazel 7.2.0 RC1](https://github.com/bazelbuild/bazel/releases/tag/7.2.0rc1). Please test out the release candidate and report any issues as soon as possible. That's work for...
@keith, I can use it by calling `create_linking_context_from_compilation_outputs` with the `variables_extension` argument. Code will looks like: ``` (linking_context, linking_outputs) = cc_common.create_linking_context_from_compilation_outputs( name = output_name, actions = ctx.actions, feature_configuration = feature_configuration,...
@keith, do we wait for someone else to review this PR?
@pzembrod, can you take a look at the PR?
@withered-magic, could you please review this PR?
@withered-magic, can you merge this PR?