pantsbuild / scie-pants

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

Bump to pex 2.3.0 #384

Closed huonw closed 5 months ago

huonw commented 6 months ago

General maintenance bump from 2.1.137 in Pants and 2.1.163 in pbt.toml to 2.3.0 in both places.

This will be required to run with Pants 2.20, which has a minimum supported PEX version of 2.1.148.

huonw commented 6 months ago

The second commit is #385.

huonw commented 5 months ago

Hm, I don't know why macOS arm64 CI passed on #385, but now seems to be persistently failing on main and this PR. 😦

huonw commented 5 months ago

Hm, I don't know why macOS arm64 CI passed on https://github.com/pantsbuild/scie-pants/pull/385, but now seems to be persistently failing on main and this PR. 😦

Symptoms (of native code for _setproctitle being x86-64 not arm64, on Apple Silicon) make me assume that this was the same as https://github.com/pantsbuild/pants/issues/20759, which we've resolved/worked around via #388.