x/build: trybots should always compile for all platforms on subrepos #21163
Comments
I looked into enabling this but it's not incredibly straightforward. We can't just flip a bit on misc-compile-* builders because misc-compile uses the buildall.bash build script. Looks like we'd need to write some code in the coordinator for it. In addition to just running the equivalent of |
This would've caught a mistake just now on https://go-review.googlesource.com/c/sys/+/231277 |
This should be easier now, we're already calling |
https://go-review.googlesource.com/c/47290/ broke the build for freebsd-386 which was reported in #21136
@ncw said:
We don't run all platforms for trybots since trybots are somewhat expensive, so we choose where to spend our resources. (We run freebsd-amd64 and linux-386 but not freebsd-386, for instance)
But we should at least run misc-compile (or equivalent) on trybots to make sure things compile everywhere.
/cc @adams-sarah @cybrcodr @andybons
The text was updated successfully, but these errors were encountered: