gitlab CI: don't install valgrind, it's already in the template
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 1 Jul 2022 04:33:17 +0000 (14:33 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 14 Nov 2022 22:56:53 +0000 (08:56 +1000)
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>
.gitlab-ci.yml
.gitlab-ci/ci.template

index e84b696..91b5d30 100644 (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
 
index f332bcb..4f16f5c 100644 (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