hermit icon indicating copy to clipboard operation
hermit copied to clipboard

Iterative envar expansion seems to be flaky

Open alecthomas opened this issue 1 year ago • 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.

alecthomas avatar Aug 15 '22 20:08 alecthomas

This PR caused the failure: https://github.com/cashapp/hermit-packages/commit/84bf94147d0ca70533633f36fa4d34b97527f1ff

quad avatar Aug 16 '22 02:08 quad