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 e84b696b312baf7210c116ef14a69a40a35c7120..91b5d30290916fd4c14d55802d38366ffc533dcf 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 f332bcb430a3b0a548476cc750ccd3820089e276..4f16f5c8ea00e024258c5910c2f6506fdeda6db5 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