Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Allow more env for spawn #49

Conversation

markpatterson27
Copy link
Contributor

Currently when child processes are spawned, access to environment variables is very limited. This results in a number of languages being unable to run. Notably:

Proposed fix: use default process.env for spawn. This will give the spawned process access to all environement variables on the runner, including the variables needed by Golang and dotnet. (e.g. DOTNET_CLI_HOME fallback.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant