Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0.0] Add --run_env to bazel run #24517

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

bazel-io
Copy link
Member

This allows passing through env in a similar way to doing FOO=bar bazel run but also allows you to put this in a .bazelrc, and allows you to
bypass any environment filtering done when launching bazel.

Closes #24068.

PiperOrigin-RevId: 692853922
Change-Id: I802c31f2e0b30a738a41f24395dedbaf0b7caef1

Commit e60d886

This allows passing through env in a similar way to doing `FOO=bar bazel
run` but also allows you to put this in a `.bazelrc`, and allows you to
bypass any environment filtering done when launching bazel.

Closes bazelbuild#24068.

PiperOrigin-RevId: 692853922
Change-Id: I802c31f2e0b30a738a41f24395dedbaf0b7caef1
@bazel-io bazel-io requested a review from a team as a code owner November 27, 2024 23:36
@bazel-io bazel-io added team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website awaiting-review PR is awaiting review from an assigned reviewer labels Nov 27, 2024
@iancha1992 iancha1992 enabled auto-merge November 27, 2024 23:39
@iancha1992 iancha1992 added this pull request to the merge queue Nov 28, 2024
Merged via the queue into bazelbuild:release-8.0.0 with commit 0bef753 Nov 28, 2024
46 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants