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

Move PATH env-var computation to GoContextInfo #4037

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

dzbarsky
Copy link
Contributor

What type of PR is this?
Starlark cleanup

What does this PR do? Why is it needed?
We can compute the PATH once instead of in every go action. We check for PATH in the existing env but since the existing env came from hardcoded dict and cgo_context_info.env, this should be equivalent.

Which issues(s) does this PR fix?

Fixes #

Other notes for review

@fmeum fmeum merged commit 517a1f9 into bazel-contrib:master Aug 13, 2024
2 checks passed
@dzbarsky dzbarsky deleted the zbarsky/go-context-info branch August 13, 2024 17:46
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.

2 participants