]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a DNSRPS-enabled build to regular CI pipelines
authorMichał Kępień <michal@isc.org>
Tue, 28 Feb 2023 11:54:02 +0000 (12:54 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 28 Feb 2023 11:57:41 +0000 (12:57 +0100)
commit7dfd4ec61b6287052ea8a90865e31f483b1563cd
treedaada2cfe30e06a46226652c5c4ac204c6cb7a9c
parent8fcf05a7244427d7a1fd8b7719ab2fe3044fac1c
Add a DNSRPS-enabled build to regular CI pipelines

DNSRPS-enabled builds have recently been silently broken a few times due
to that feature not being tested in regular CI pipelines.  Add the
--enable-dnsrps --enable-dnsrps-dl switches to the ./configure
invocation in one of the CI jobs run for all merge requests so that
DNSRPS-related build issues can be detected in advance.

It is important to note that this change by itself does NOT enable
actual testing of the DNSRPS feature as doing that requires a DNSRPS
provider library to be present on the test host.

(cherry picked from commit a4d6f5f6fdf2cee7a362f26566b2d33a687726b4)
.gitlab-ci.yml