Skip to content

Comments

Use args instead of env for output path#473

Merged
keith merged 1 commit intomasterfrom
ks/use-args-instead-of-env-for-output-path
Oct 16, 2025
Merged

Use args instead of env for output path#473
keith merged 1 commit intomasterfrom
ks/use-args-instead-of-env-for-output-path

Conversation

@keith
Copy link
Member

@keith keith commented Oct 16, 2025

If you have a custom rule that calls cc_common API without passing this
variable, the configuration would fail. In bazel 8.x+ we could add
expand_if_available but we still support 7.x. This uses the same
mechanism as before instead.

Fixes #472

If you have a custom rule that calls cc_common API without passing this
variable, the configuration would fail. In bazel 8.x+ we could add
expand_if_available but we still support 7.x. This uses the same
mechanism as before instead.
@keith keith merged commit 9d422ea into master Oct 16, 2025
12 checks passed
@keith keith deleted the ks/use-args-instead-of-env-for-output-path branch October 16, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[regression] Error in get_environment_variables: Invalid toolchain configuration: Cannot find variable named 'output_execpath'.

2 participants