cashapp/hermit

Iterative envar expansion seems to be flaky

Opened this issue · 1 comments

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