Empty deniedProcessEnvironmentVariablesSubstrings
filters out all environment variables
#9604
Labels
bug
Issues that are considered to be bugs
configuration
About configuration topics
needs info
An issue where further information is required
Describe the bug
When ort setting
deniedProcessEnvironmentVariablesSubstrings
is left with no values, by default ALL env. variables will be filtered out.In my case I suddenly ran into issues with
node
throwing '127' on version resolve in ORT.Finally I discovered that my PATH variable was no longer set (actually that is displayed in the logs but I overlooked it for quite some time)
To Reproduce
Steps to reproduce the behavior:
Update your ORT config like this:
Expected behavior
No variables should be filtered out when
deniedProcessEnvironmentVariablesSubstrings
is left without values.Console / log output
Environment
Tested on Gitlab Linux runner.
Additional context
NA.
The text was updated successfully, but these errors were encountered: