Iterative envar expansion seems to be flaky
Opened this issue · 1 comments
alecthomas commented
Changing the Python package to:
env = {
PYTHONPYCACHEPREFIX: "${PYTHONUSERBASE}/cache",
PATH: "${PYTHONUSERBASE}/bin:${PATH}",
}
Caused expansion to fail and Python binaries not to be discovered.
quad commented
This PR caused the failure: cashapp/hermit-packages@84bf941