Skip to content

Comments

fix: Allow passing of environment variables to the compilation action.#4359

Open
jaqx0r wants to merge 1 commit intobazel-contrib:masterfrom
jaqx0r:pass-action-env
Open

fix: Allow passing of environment variables to the compilation action.#4359
jaqx0r wants to merge 1 commit intobazel-contrib:masterfrom
jaqx0r:pass-action-env

Conversation

@jaqx0r
Copy link
Contributor

@jaqx0r jaqx0r commented May 24, 2025

Implementation based on the comments in #3248, and tested locally with

VAR=foo bazel build -s --action_env=VAR //...

and inspecting the output.

Fixes #2057

Implementation based on the comments in bazel-contrib#3248, and tested locally with

  `VAR=foo bazel build -s --action_env=VAR //...`

and inspecting the output.

Fixes bazel-contrib#2057
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.

--action_env not respected?

1 participant