You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on pants #22092 to allow tests to run on both AMD64 and ARM64 in a local dev container, including when VS Code is running on an Apple Silicon-based machine. There's a test (cgo_test.py) that references this package, and it fails when running on an AMD64-based CI runner because a compatible p537 *.whl doesn't exist for cp311-cp311-linux_aarch64.whl. Would it be possible to add one? I can upgrade from 1.0.6 to a newer version once there's a compatible p537.
The text was updated successfully, but these errors were encountered:
I am working on pants #22092 to allow tests to run on both AMD64 and ARM64 in a local dev container, including when VS Code is running on an Apple Silicon-based machine. There's a test (
cgo_test.py
) that references this package, and it fails when running on an AMD64-based CI runner because a compatible p537 *.whl doesn't exist forcp311-cp311-linux_aarch64.whl
. Would it be possible to add one? I can upgrade from 1.0.6 to a newer version once there's a compatible p537.The text was updated successfully, but these errors were encountered: