-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheel build failing for x86_64
and i686
on linux
#1057
Comments
x86_64
and i686
x86_64
and i686
on linux
See my comment here: pydantic/pydantic-core@ae3b707#commitcomment-80926390 This is related to #857. |
Thanks, sorry for the noise. |
BTW, switch to build on stable Rust can also resolve that issue. I plan to adjust maturin-action to account for this breaking change in nightly Rust for the |
Okay, I think rust stable is a better idea, I'll try to submit a PR. Currently the pydantic organisation has a backlog of builds, so I'm waiting for that to resolve itself 😓. |
Bug Description
Builds of pydantic-core have just started failing, see this build,
For
x86_64
, the log has the following:For
i686
I see:Your Python version (
python -V
)the job installs 3.10.6
Your pip version (
pip -V
)NA
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
See the build log.
The text was updated successfully, but these errors were encountered: