From 44f42dc9706b3806f799fa93b3b62664207c045a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 1 Jul 2022 14:33:17 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 -- .gitlab-ci/ci.template | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84b696b..91b5d302 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index f332bcb4..4f16f5c8 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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