summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-07-01 14:33:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-11-15 08:56:53 +1000
commit44f42dc9706b3806f799fa93b3b62664207c045a (patch)
treeb7228cdb3bf5fd50419f21a4837decafbd355598
parent0da2d0095cfe3635b5bf8943defe315c4f58d322 (diff)
downloadlibinput-44f42dc9706b3806f799fa93b3b62664207c045a.tar.gz
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>
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.gitlab-ci/ci.template2
2 files changed, 0 insertions, 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