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

Fix repo_env crash with empty value #15540

Closed
wants to merge 1 commit into from

Conversation

rustberry
Copy link
Contributor

Hi,

As reported by #15430, --repo_env option is now unable to read from environment variables.

This problem used to be fixed in #12886, but seems to be introduced again in commit c2bdd034014f66ce14529cc353cda18a32320f6c, line 256 and 257 link here where the value put into repoEnv is still the original one that might be null. This commit would revert those changes and put the modified value into repoEnv.

@sgowroji sgowroji added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. awaiting-review PR is awaiting review from an assigned reviewer labels May 20, 2022
@rustberry
Copy link
Contributor Author

Hi there, friendly ping @meteorcloudy :)

@meteorcloudy
Copy link
Member

This is already fixed in ed886ee

@ShreeM01 ShreeM01 removed the awaiting-review PR is awaiting review from an assigned reviewer label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants