Get --repo_env=NAME value from client environment (not server).#24433
Closed
Silic0nS0ldier wants to merge 1 commit intobazelbuild:masterfrom
Closed
Get --repo_env=NAME value from client environment (not server).#24433Silic0nS0ldier wants to merge 1 commit intobazelbuild:masterfrom
--repo_env=NAME value from client environment (not server).#24433Silic0nS0ldier wants to merge 1 commit intobazelbuild:masterfrom
Conversation
Fixes issue where server process would "cache" environment variables. Broken since 3ebf658 (v5).
Collaborator
|
@bazel-io fork 8.0.0 |
Collaborator
fmeum
approved these changes
Nov 21, 2024
meteorcloudy
approved these changes
Nov 21, 2024
bazel-io
pushed a commit
to bazel-io/bazel
that referenced
this pull request
Nov 21, 2024
Fixes issue where server process would "cache" environment variables. Broken since 3ebf658 (v5). Closes bazelbuild#24433. PiperOrigin-RevId: 698847238 Change-Id: I51d4ec811ee9d78717ff816d9988b4ad0f533265
Member
|
The changes in this PR have been included in Bazel 8.0.0 RC3. Please test out the release candidate and report any issues as soon as possible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issue where server process would "cache" environment variables. Broken since 3ebf658 (v5).