diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-08 22:17:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-09 15:07:50 -0400 |
commit | 2ed622477888f3a22fd4c0d199b157fd7aa4432b (patch) | |
tree | d1775c33f4ca5b30d840b5657741896066cd8991 /.gitlab-ci | |
parent | 395521f3d333e4aa4b7351db9b07ee8a5f8f2a3b (diff) | |
download | gtk+-2ed622477888f3a22fd4c0d199b157fd7aa4432b.tar.gz |
ci: Add libasan and libubsan to the image
Add libasan and libubsan to fedora-base:v20,
and build fedora:20 on top of it.
This is so we can build and run the tests with
the address and undefined behavior sanitizers.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/fedora-base.Dockerfile | 1 | ||||
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/fedora-base.Dockerfile b/.gitlab-ci/fedora-base.Dockerfile index c9e428d54c..cf31b534f7 100644 --- a/.gitlab-ci/fedora-base.Dockerfile +++ b/.gitlab-ci/fedora-base.Dockerfile @@ -48,6 +48,7 @@ RUN dnf -y install \ libmount-devel \ librsvg2 \ libselinux-devel \ + libubsan \ libXcomposite-devel \ libXcursor-devel \ libXcursor-devel \ diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 95e2bdf727..0616065c02 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v19 +FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v20 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID} |