[libgweather/ebassi/gtk4] ci: Drop the ABI check



commit 4c47a676f92c0ccd17d51f5976c8036f59a2506c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Oct 13 12:50:17 2021 +0100

    ci: Drop the ABI check
    
    We know the ABI is going to change, but we're also going to keep the API
    stable after the next major release.

 .ci/check-abi  | 114 ---------------------------------------------------------
 .gitlab-ci.yml |  30 ---------------
 2 files changed, 144 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1d706f6..aaa6d593 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,36 +104,6 @@ fedora-x86_64:
     MESON_VERSION: "0.55.3"
     MESON_EXTRA_FLAGS: "--buildtype=debug -Dwerror=true -Dgtk_doc=false"
 
-abi-check:
-  extends: .build-setup
-  stage: analysis
-  needs: []
-  variables:
-    PROJECT_DEPS:
-      geocode-glib-devel
-      gettext
-      git
-      gobject-introspection-devel
-      gtk3-devel
-      itstool
-      libabigail
-      libsoup-devel
-      libxml2-devel
-      ninja-build
-      pylint
-      python3
-      python3-gobject
-      python3-pip
-      python3-wheel
-      redhat-rpm-config
-      vala
-    MESON_VERSION: "0.55.3"
-    LAST_ABI_BREAK: f1f0bdd9ab47ff8ddba17e2125802c928226da64
-  script:
-    - meson setup --prefix /usr -Dgtk_doc=false _build .
-    - meson compile -C _build
-    - ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
-
 static-scan:
   extends: .build-setup
   stage: analysis


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