-
Notifications
You must be signed in to change notification settings - Fork 13.4k
have a buildbot that test compile for multiple targets #22794
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
Comments
I currently take a look at reducing the toolchain needed when cross-building some libraries. Using this method, under openbsd I am able to build |
…hton this is the same problem as openbsd (rust-lang#22792). without the patch, liblibc don't build. @mneumann please comment. I have encountered this problem while building some rust libs with `target=x86_64-unknown-dragonfly` (while working on rust-lang#22794)
Triage: I don't believe that this is something that's been done, and I'm not sure it's something that there's plans to do. |
Given that we now have bots cross-compiling to FreeBSD and NetBSD, I think this is done :) |
Having a buildbot that try to compile multiple targets could help for detect commits that would break targets without dedicated buildbots (in mind it is openbsd target, but it could apply to others, like dragonfly for example).
The purpose isn't to run a fully test suite (it isn't possible for all targets without a dedicated buildbot) but only ensure that the compilation don't break. It would at least be better than today, where you can break something without known.
It would help commiters to ensure that their PR don't break too badly uncommon targets.
The text was updated successfully, but these errors were encountered: