From 6119153af3c21e49c33a315220f288634bdb17b3 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 6 Jul 2024 01:06:58 +0200 Subject: [PATCH] CI: change base of ABI stability check 3.3.0 wasn't a good choice and we **know** we're not stable relative to that. Later release 3.3.3 introduced better visibility controls to reduce the size of the interface that needs to be considered. --- ci/abicheck.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/abicheck.sh b/ci/abicheck.sh index 716d483d7..aa81c5ba1 100755 --- a/ci/abicheck.sh +++ b/ci/abicheck.sh @@ -23,8 +23,9 @@ esac # The base version can be a tag or git-hash; it will be checked-out # in a worktree. # -# Note that the hash here corresponds to v3.3.0 . -BASE_VERSION=1d8a1972422d83c36f2b934c2629ae1f564c0428 +# Note that the hash here corresponds to v3.3.3 . That was a release +# with hidden visibility enabled and a first step towards more-stable ABI. +BASE_VERSION=8741c7ec1a94ee5f27e98ef3663d1a8f4738d2c2 ### Build a tree and cache the ABI info into ci/ #