pantsbuild / scie-pants

Protects your Pants from the elements.
https://www.pantsbuild.org/docs/installation
Apache License 2.0
18 stars 17 forks source link

Attempt to debug ubuntu failure #386

Closed huonw closed 2 months ago

huonw commented 2 months ago

Maybe it's a broken cache?

huonw commented 2 months ago

Ah, this is the classic "cached a venv with symlink to python binary that doesn't exist on new runner". Specifically the cached venv has a symlink to /opt/hostedtoolcache/Python/3.9.18/x64/bin/python3.9 but the new runners are getting 3.9.19 (patch version 19, not 18). 💥

Will add the fix to #385.