From 2d6b11833bbf4e0f302178df359c80f5b644c5a7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 7 Jun 2023 14:26:05 +1000 Subject: [PATCH] CI: remove a copy/pasted MESON_ARGS from the abicheck job --- .gitlab-ci.yml | 2 -- .gitlab-ci/ci.template | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93c9722..08e9550 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -275,8 +275,6 @@ werror@fedora:38: abicheck@fedora:38: extends: - .fedora-build@template - variables: - MESON_ARGS: '-Dwerror=true' before_script: - git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi - | diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 66802dd..216696c 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -275,8 +275,6 @@ werror@{{distro.name}}:{{version}}: abicheck@{{distro.name}}:{{version}}: extends: - .{{distro.name}}-build@template - variables: - MESON_ARGS: '-Dwerror=true' before_script: - git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi - |