[totem-pl-parser/wip/hadess/use-rawhide-ci: 33/33] Revert "ci: Use Fedora 33 for the CI"




commit 23bcba1aa25c8556a6c3f279aae7edff23653da2
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 28 18:25:05 2021 +0100

    Revert "ci: Use Fedora 33 for the CI"
    
    This reverts commit 91adcb2dcd9c590d9fab46e32fb6c4b50e1af2c1.

 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9092c42..336ad49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
   LAST_ABI_BREAK: "9ccc3c78a5a41b86bdd2c9fb63ad4963e65e4f63"
 
 build-fedora:
-  image: fedora:33
+  image: fedora:latest
   before_script:
     # Update
     - dnf -y update && dnf install -y $DEPENDENCIES
@@ -23,6 +23,4 @@ build-fedora:
     - ninja -C _build install
     # ABI check
     - dnf install -y $DEPS_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)


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