Was the Pants 2.25.0a0 artifact published for all ...
# development
f
Was the Pants 2.25.0a0 artifact published for all platforms? I am seeing an oddity when trying to run a test against a resolve with Pants v2.25.0a0; specifically the macOS arm64
native_engine.so
shows up in the pytest venv materialized by Pex, even though I am on macOS x86-64. I have the same test passing when in resolves for Pants v2.24.x and v2.23.x, respectively. Details at https://github.com/pantsbuild/pants/issues/21938.
We seem to have switched to
universal2
wheels for 2.25.x in any event.
😮 1