Skip to content
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

Msys2 + Mingw (Windows GNU) builds broken with 1.4.0+ #266

Closed
theCapypara opened this issue Jul 9, 2022 · 2 comments
Closed

Msys2 + Mingw (Windows GNU) builds broken with 1.4.0+ #266

theCapypara opened this issue Jul 9, 2022 · 2 comments

Comments

@theCapypara
Copy link

theCapypara commented Jul 9, 2022

setuptools-rust 1.4.0 has broken compatibility with building for *-pc-windows-gnu (Rust) / cp*-cp*-mingw_* (Python).

The reason for this is that it now looks for a built .so file after compiling the Rust code instead of a .dll.

Example of a failing build: https://github.com/SkyTemple/skytemple-rust/runs/7265998186?check_suite_focus=true

@theCapypara theCapypara changed the title Msys + Mingw (Windows GNU) builds broken with 1.4.0+ Msys2 + Mingw (Windows GNU) builds broken with 1.4.0+ Jul 9, 2022
@davidhewitt
Copy link
Member

Hmm, will try to add mingw CI in #267

@davidhewitt
Copy link
Member

Fixed in #267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants