[grilo/wip/hadess/check-abi: 2/2] ci: Check ABI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/wip/hadess/check-abi: 2/2] ci: Check ABI
- Date: Mon, 4 Jul 2022 13:17:28 +0000 (UTC)
commit 4cd7626037df16efd5e83cb04887ab2b111789c2
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 4 15:16:33 2022 +0200
ci: Check ABI
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e551f19..622fefd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,8 @@ variables:
gcc
gcc-c++
glibc-devel
+ libabigail
+ LAST_ABI_BREAK: 4538c07aafae1d23211335ecfd51fb97e4f4d96d
build_stable:
before_script:
@@ -36,3 +38,5 @@ build_no_optional_libs:
- ninja -C _build
- ninja -C _build install
- ninja -C _build test
+ - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
+ - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]