mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 02:10:40 +01:00
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:
parent
0da2d0095c
commit
44f42dc970
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue