From 63e06e202f14581e3a01c5dbef9224ff7ac9e63f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 13 Oct 2021 12:50:17 +0100 Subject: 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. --- .gitlab-ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1b10dc..4e55c65 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 -- cgit v1.2.1