]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix .respdiff-recent-named anchor to work when the ABI changes
authorŠtěpán Balážik <stepan@isc.org>
Mon, 2 Mar 2026 14:54:53 +0000 (15:54 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 3 Mar 2026 06:58:04 +0000 (07:58 +0100)
commit36c56f0d90b316b17e6bcb77cefa23f08a5ed64e
treeb7d932e04003b37ba4d82269fa79e803a2e74992
parent819fe452745382a4e6410e7b3ea3b65346cd7ac7
Fix .respdiff-recent-named anchor to work when the ABI changes

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.

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