From: Štěpán Balážik Date: Tue, 3 Mar 2026 06:50:22 +0000 (+0000) Subject: fix: ci: Fix .respdiff-recent-named anchor to work when the ABI changes X-Git-Tag: v9.21.20~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6586b6fe194a5121c49123d69c81f446eda165;p=thirdparty%2Fbind9.git fix: ci: 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. 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 --- ee6586b6fe194a5121c49123d69c81f446eda165