gitlab CI: don't install valgrind, it's already in the template

This has been a noop for quite a while, so we might as well skip it.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2022-07-01 14:33:17 +10:00
parent 0da2d0095c
commit 44f42dc970
2 changed files with 0 additions and 4 deletions

View file

@ -793,8 +793,6 @@ valgrind@fedora:36:
- .fedora-build@template
variables:
MESON_TEST_ARGS: '--suite=valgrind --no-suite=hardware --setup=valgrind'
before_script:
- dnf install -y valgrind
# Python checks, only run on Fedora

View file

@ -511,8 +511,6 @@ valgrind@{{distro.name}}:{{version}}:
- .{{distro.name}}-build@template
variables:
MESON_TEST_ARGS: '--suite=valgrind --no-suite=hardware --setup=valgrind'
before_script:
- dnf install -y valgrind
# Python checks, only run on Fedora