You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The switch to GitHub Actions and the new release of cross introduced a couple of issues:
Sometimes the network connection fails on the Windows jobs (checking out the commit or publishing a release). Issue
You can't restart individual jobs, only the whole thing. Issue
This uses a custom pre-release version of cross.
The 32-bit macOS build has been disabled. It doesn't seem to build. Supposedly 32-bit macOS is deprecated. Not sure if that's the problem though. Rust itself is removing 32-bit macOS, so I'm considering it dead as well.
The asmjs build is disabled until the next cross version comes out.
FreeBSD is not supported anymore by cross. We have so many other new platforms we support now. If anyone cares enough about FreeBSD, they can fix the cross-compilation in cross.
CryZe
changed the title
Cross-compiling on CI is broken for some targets
There are some issues with the CI System (cross + GitHub Actions)
Sep 13, 2019
Looks like asmjs is broken again. I don't understand what's wrong with it. I guess we want to disable it until the LLVM backend emscripten is used by cross. We are not supporting emscripten anymore as of Remove emscripten entirely #298
Alright, so I'll close this. While you still can't rerun an individual job, it's not that bad as GitHub Actions runs pretty fast and it's not something we can do something about. Eventually they'll support it and then we can be happy about it, but that's about it.
The switch to GitHub Actions and the new release of cross introduced a couple of issues:
The 32-bit macOS build has been disabled. It doesn't seem to build. Supposedly 32-bit macOS is deprecated. Not sure if that's the problem though.Rust itself is removing 32-bit macOS, so I'm considering it dead as well.FreeBSD is not supported anymore by cross.We have so many other new platforms we support now. If anyone cares enough about FreeBSD, they can fix the cross-compilation in cross.The text was updated successfully, but these errors were encountered: