openzfs / zfs-buildbot

The OpenZFS Buildbot Configuration
http://build.zfsonlinux.org
BSD 2-Clause "Simplified" License
25 stars 29 forks source link

Add builders for 13-RELEASE and without --enable-debug per platform? #248

Open rincebrain opened 2 years ago

rincebrain commented 2 years ago

Differences between FBSD 13-RELEASE and 13-STABLE and --enable-debug versus not resulted in openzfs/zfs#13145, where building on 13-RELEASE was broken in two places and the CI hadn't noticed.

It'd be nice if non-debug builds didn't break without the CI noticing.

(While I'm asking for ponies, maybe a Debian 11 or sid builder so things like #13083 and #13103 are found sooner?)

behlendorf commented 2 years ago

There are definitely a lot of build combinations and it would be nice to verify them with the CI. If we limited this to just compilation testing, we could probably use GitHub Actions and containers to at least do more Linux distribution testing. It should also be easier for us to maintain and extend. Though last I checked we'd still need to use the buildbot for FreeBSD.