-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
rust: proc-macro should be ignored in transitive dependencies #12460
Conversation
We don't currently have Rust cross compilation CI so the unit test does not really catch the issue ATM, but I verified manually that |
b1d0dde
to
c253c56
Compare
Other than the one comment above, everything looks good to my uneducated (about meson) eye. I've also tested it with my Mesa nak branch and it fixes the bug. 32-bit builds seem to work okay now. |
c253c56
to
e021a27
Compare
I really think we need to add rust cross compilation to the CI if we're going to keep poking at this code. What's the status of doing so?? |
I will have to add it with my series to build subprojects for both machines if not sooner, so... during the next release cycle at the latest? |
I made a PR to add Windows cross compilation and it exploded in million pieces: #11990. I'll try with Linux aarch64 as an easier first step. |
0351229
to
e021a27
Compare
The CI image builder now has the aarch64 bits installed in it, and deployed. |
Fixes: #12459