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
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.