How to modifiy Maturin-generated workflow to avoid crashes on Build wheels step for Linux x86? #2493
-
Besides the Release job, which was changed to avoid using This morning, using the same workflow, there was a crash while installing Rust in the Build wheels step for Linux x86: https://github.com/TravisWheelerLab/pylibsufr/actions/runs/13635828225/job/38114814973
The error appears to be similar to an issue last week with Cargo, related to a hard dependency on libatomic: rust-lang/cargo#13546 I'm new both to publishing python packages and using Maturin, so I'm sorry if this is a naive question. How can I modify the workflow to avoid this bug? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is the workflow:
|
Beta Was this translation helpful? Give feedback.
-
Related: PyO3/maturin-action#331 |
Beta Was this translation helpful? Give feedback.
Related: PyO3/maturin-action#331