-
Notifications
You must be signed in to change notification settings - Fork 53
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
i686-pc-windows-gnu
is not supported
#30
Comments
Hmm... @nagisa did you already fix this? I am unable to cross-build because of
but there's no error about |
Oh I see, #19 enabled only x86_64 tests because only x86_64 MinGW is preinstalled on the CI. I'll open PR to enable i686 today if nothing goes wrong. |
@oli-obk you need proper toolchain. |
i686 tests pass locally for me but I'm afraid Rust is hitting stdcall issue: rust-lang/rust#50176 |
Hey, thanks for working on this! I didn’t have an opportunity to attempt to reproduce this yet myself (building rustc on windows is a major nuisance). In theory if there’s no other solution we can also just look into changing the ABI used to something else entirely, though it would require changing assembly here. |
Another thing that could help is replacing all |
Stacker and psm pass tests locally but on the CI build just fails with gcc returning 1. No idea what is going on.
I'll try that next week but there must be some underlying issue since it works for x86_64:
|
Published psm 0.1.8 with the change. Will try rebasing/landing the compiler change, if nobody gets to it before me before the weekend. |
I've pushed rebase yesterday to my fork. See the latest comment on the PR. |
This can be closed, I think. |
We need this in rustc.
The error is
I'm looking into this now
The text was updated successfully, but these errors were encountered: