[libhandy/wip/hadess/add-abicheck] ci: Work-around libabigail bug



commit ab2ef9195fce7d1d2b834fbd7d57e0000e2856d4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 10 13:12:26 2021 +0100

    ci: Work-around libabigail bug
    
    Separate from adding the ABI checker so it can be easily reverted.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f973d9e..bc3890f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,8 @@ abi-check:
     - dnf -y update
     - dnf -y install @development-tools redhat-rpm-config dnf-plugins-core $DEPS
     - dnf -y builddep data/packaging/rpm/libhandy.spec
+    # 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
   script:
     - ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
 


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