]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: ci: Fix .respdiff-recent-named anchor to work when the ABI changes
authorŠtěpán Balážik <stepan@isc.org>
Tue, 3 Mar 2026 06:50:22 +0000 (06:50 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 3 Mar 2026 06:50:22 +0000 (06:50 +0000)
Previously, on 9.20 and 9.18, both builds (reference and the version
being tested) would use the same .so files which lead to a crash if the
ABI changed.

Use `git worktree` to get completely separate build environment for the
reference version.

This is not a problem on 9.21 as Meson is smart and covers this mistake,
but apply the fix to it as well for consistency.

This also is not a problem on non-MR pipelines: the latest released version
was used as a reference there, so the .so versions would differ.

See the 9.20 pre-backport branch and the jobs:

- Broken: https://gitlab.isc.org/isc-projects/bind9/-/jobs/6951217
- Fixed: https://gitlab.isc.org/isc-projects/bind9/-/jobs/6951220

Merge branch 'stepan/respdiff-fails-on-abi-breakage' into 'main'

See merge request isc-projects/bind9!11616


Trivial merge