Why don't we dump the relevant ENV vars in a sandb...
# general
b
Why don't we dump the relevant ENV vars in a sandbox's
__run.sh
?
1
h
what do you mean? we should
other than this low hanging fruit https://github.com/pantsbuild/pants/issues/14793
b
.............. I swear I've had instances where
__run.sh
didn't have them but as I crack open a few sandbxoes there's a relevant
export
WTF
Welp I suppose
h
I think if the
Process
does not set
env=
, then they don't show up
which is oversight and should be fixed
e
What we don't do is the inverse and strip the env vars the process does not see,
2
As far as I'm aware that is the only infidelity.