You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_interpreter from pex.py appears to be running in non-sandboxed environment for some reason. Strange, because it's not actually running the code, but only calculating python exec hash.
Without __local_environment__ it runs in sandbox with the following files:
❯ ls -a /private/var/folders/tf/7pgqpxt9281gc29h16pt78380000gp/T/pants-sandbox-VSk5zW
. .. .cache .python-build-standalone .tmp __run.sh pex
Describe the bug
Attempts to run a target with adhoc_tool with
environment="__local_workspace__"
crash.Error:
Pants version
2.24.0.rc0
OS
Just checked MacOS.
Additional info
Minimal example: https://github.com/mnowotnik/pants-poc
The text was updated successfully, but these errors were encountered: