-
Notifications
You must be signed in to change notification settings - Fork 442
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
Cross platform build failures #824
Comments
Thanks for reporting! @ia0 thoughts on this? |
The |
@andrejohansson, any news on this? is anything still unclear or we can close this one? Thanks! |
Sorry, I gave up on this as I did not manage to get everything in order (lack of skill on my side). I got some way but in the end there were some missing headers I think and I did not find them for my platform. For now I just had to go without using the crate (but with lesser functionality in my app). So, close or use as a tracking issue :-) |
We have a cross platform build job for our rust app, it builds on the following targets but fails on windows and linux after I started to use the magika crate.
ghcr.io/cross-rs/x86_64-pc-windows-gnu:main
downloaded binaries not available for target x86_64-pc-windows-gnu
joseluisq/rust-linux-darwin-builder:1.82.0
joseluisq/rust-linux-darwin-builder:1.82.0
According to the platform support page there should be precompiled binaries for all platforms. But I assume they are not for the windows-gnu variant then. For windows-gnu pykeio/ort#189) says there is no support but I should be able to use the msvc binaries.
Where can I find these and how do I use them?
The text was updated successfully, but these errors were encountered: