summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-23 14:12:18 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-23 14:23:25 +0100
commit9c3d75dfd33e8b8d91b3bcf709567182f74ae053 (patch)
tree9975ae8e860a57bc8e381229035efde9778bd2bd /.gitlab-ci.yml
parentb4ad67c326d3080d36f172ed88b88b869b61e717 (diff)
downloadgnome-bluetooth-9c3d75dfd33e8b8d91b3bcf709567182f74ae053.tar.gz
ci: Reset reference ABI to an earlier version
The ABI hasn't changed (for public functions) since the port to meson, so use that as the reference (while ignoring changes to internal-only agent functions).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ea240a0..bf446a4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,8 @@ variables:
python3-dbus
DEPENDENCIES_ABI_CHECK:
libabigail
- LAST_ABI_BREAK: "7cc6250695ca7c7f326f0dd1dcbabc0061123b6b"
+ intltool
+ LAST_ABI_BREAK: "92b1faa10bb7431694b799733c5ff672d2f62a70"
build_stable:
before_script:
@@ -41,4 +42,4 @@ build_stable:
- ninja -C _build dist
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- dnf install -y $DEPENDENCIES_ABI_CHECK
- - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ - check-abi --suppr .ci/gbt.suppr ${LAST_ABI_BREAK} $(git rev-parse HEAD)