CI: remove a copy/pasted MESON_ARGS from the abicheck job

This commit is contained in:
Peter Hutterer 2023-06-07 14:26:05 +10:00
parent 987997dc2c
commit 2d6b11833b
2 changed files with 0 additions and 4 deletions

View file

@ -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
- |

View file

@ -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
- |