-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix x86-mingw32 builds #506
Conversation
oxidize-rb#364 upgraded the x86-mingw32 LLVM version to v17.0.6 (https://github.com/mstorsjo/llvm-mingw/releases/tag/20231128) but the version and include directories were not incremented. Previously the x86-mingw32 builds never ran, so this issue was not found until oxidize-rb#493.
It turns out building with clang 17 and linking against
|
Even if i downgrade to the system clang 10, I still see these errors. Seems related to rust-lang/rust#76020, which is apparently fixed in later versions of Ubuntu. |
rust-lang/rust#12859 also appears related. |
I'm going to close this because it seems the amount of effort required to get |
#364 upgraded the x86-mingw32 LLVM version to v17.0.6
(https://github.com/mstorsjo/llvm-mingw/releases/tag/20231128) but the version and include directories were not incremented. Previously the x86-mingw32 builds never ran, so this issue was not found until #493.