[gnome-bluetooth/wip/hadess/fix-soname: 1/3] ci: Use upstream check-abi




commit b4ad67c326d3080d36f172ed88b88b869b61e717
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 23 11:24:46 2021 +0100

    ci: Use upstream check-abi

 .ci/check-abi  | 113 ---------------------------------------------------------
 .gitlab-ci.yml |   5 +--
 2 files changed, 2 insertions(+), 116 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62359969..0ea240a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,6 @@ build_stable:
     - dnf install -y $TEST_DEPS
     - ninja -C _build test
     - 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
-    # See https://sourceware.org/bugzilla/show_bug.cgi?id=27269
-    - rpm -Uvh --oldpackage 
https://kojipkgs.fedoraproject.org//packages/libabigail/1.7/2.fc33/x86_64/libabigail-1.7-2.fc33.x86_64.rpm
-    - ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+    - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]