On Mon, Apr 13, 2026 at 09:58:56PM +0200, Илья Шипицин wrote: > Subject: Re: Cirrus CI will shut down June, 1st > вс, 12 апр. 2026 г. в 20:12, Tim Düsterhus <[email protected]>: > > > Hi > > > > FYI: Cirrus CI, which is used for FreeBSD, will shut down June, 1st: > > https://cirruslabs.org/ > > > > The use of Cirrus CI can likely be replaced by running a FreeBSD VM on > > GitHub Actions with https://github.com/marketplace/actions/freebsd-vm. > > > > actions/freebsd-vm is terribly slow due to emulation. > I suggest to enable it as monthly, not on push >
I made some tests and it's not that slow, it's probably not emulation but virtualization, it would really be slower with emulation. The latest FreeBSD Cirrus job took 6min 5s, and the equivalent vmactions job took 5min 8s. So this is even better. It was a 2nd run with the freebsd qcow image in cache, downloading the image take a lot more time. So we could probably make it a push test, Cirrus was already pretty slow sometimes to be honest. https://github.com/wlallemand/haproxy/commit/ca6767862b254a793ba1dcb781c66fe1e92de00e -- William Lallemand

