]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: ci: Test development version of libuv in CI
authorŠtěpán Balážik <stepan@isc.org>
Mon, 13 Apr 2026 16:59:41 +0000 (16:59 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Mon, 13 Apr 2026 16:59:41 +0000 (16:59 +0000)
Recently, a broken version of libuv was released breaking BIND on
several platforms. The offending [commit](https://github.com/libuv/libuv/issues/5030) was on the development branch
for months, but we didn't notice.

In nightly pipelines, build the current 'main' (actually 'v1.x') branch
of libuv and run the unit and system tests against it.

Merge branch 'stepan/prelease-testing-for-libuv' into 'main'

See merge request isc-projects/bind9!11647


Trivial merge