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.
This commit is contained in:
Matthias Clasen 2020-07-08 22:17:26 -04:00
parent 395521f3d3
commit 2ed6224778
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ RUN dnf -y install \
libmount-devel \
librsvg2 \
libselinux-devel \
libubsan \
libXcomposite-devel \
libXcursor-devel \
libXcursor-devel \

View File

@ -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}