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

Fix CI: Use a tmpdir SCIE_BASE to force bootstrapping, incorporate Python path into cache key #385

Closed huonw closed 2 months ago

huonw commented 2 months ago

There were two issues with CI:

huonw commented 2 months ago

The failure seems to be unrelated. I haven't had time to look into it, yet.

fatal: No names found, cannot describe anything.
/home/runner/work/scie-pants/scie-pants/.scie_pants_dev_cache/clones/pants-2.14.1/pants: line 69: /home/runner/work/scie-pants/scie-pants/.scie_pants_dev_cache/venvs/pants-2.14.1/py39.venv/bin/python: No such file or directory
huonw commented 2 months ago

I've added another fix beyond the original change to set SCIE_BASE, because CI was still failing, due to #270 again.