]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop FreeBSD and OpenBSD from CI
authorMichal Nowak <mnowak@isc.org>
Tue, 11 Mar 2025 12:42:59 +0000 (12:42 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 11 Mar 2025 12:42:59 +0000 (12:42 +0000)
commit53f940f77a8fa218a461de104b97690f32b0d175
tree22cc2ad3c44e1247b7de92d4025f9b2f607f5b36
parent4c9d4ddbaf05051aa2b9b6dd340981953af9541d
parentf08f69c54d594c36e36a07ccbd04a4a2276e2da0
Drop FreeBSD and OpenBSD from CI

Both FreeBSD and OpenBSD in the CI are tested on outdated images.
Current FreeBSD images can't even be rebuild because in the maintained
branches they were ported from QCOW2 to the AWS autoscaler (also a
future of the OpenBSD image). This is something we don't want to
backport to EoL branches.

Merge branch 'mnowak/drop-bsd-images-from-ci' into 'bind-9.16'

See merge request isc-projects/bind9!10229