ci: Add valgrind to fedora Docker image

It will be used in an upcoming commit.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #487
This commit is contained in:
Philip Withnall 2019-08-22 00:48:53 +03:00
parent e8ea2aebe7
commit 8d19b95bd8
2 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,7 @@ variables:
MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings" MESON_COMMON_OPTIONS: "--buildtype debug --fatal-meson-warnings"
fedora-x86_64: fedora-x86_64:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2 image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
stage: build stage: build
except: except:
- tags - tags
@ -84,7 +84,7 @@ debian-stable-x86_64:
- "_build/${CI_JOB_NAME}-report.xml" - "_build/${CI_JOB_NAME}-report.xml"
G_DISABLE_ASSERT: G_DISABLE_ASSERT:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2 image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
stage: build stage: build
except: except:
- tags - tags
@ -255,7 +255,7 @@ freebsd-12-x86_64:
- "_build/${CI_JOB_NAME}-report.xml" - "_build/${CI_JOB_NAME}-report.xml"
coverage: coverage:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2 image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
stage: coverage stage: coverage
except: except:
- tags - tags
@ -268,7 +268,7 @@ coverage:
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/' coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
scan-build: scan-build:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2 image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
stage: analysis stage: analysis
except: except:
- tags - tags
@ -301,7 +301,7 @@ pages:
- public - public
dist-job: dist-job:
image: registry.gitlab.gnome.org/gnome/glib/fedora:v2 image: registry.gitlab.gnome.org/gnome/glib/fedora:v3
stage: build stage: build
only: only:
- tags - tags

View File

@ -47,6 +47,7 @@ RUN dnf -y install \
shared-mime-info \ shared-mime-info \
systemtap-sdt-devel \ systemtap-sdt-devel \
unzip \ unzip \
valgrind \
wget \ wget \
xz \ xz \
zlib-devel \ zlib-devel \