forked from AuroraMiddleware/gtk
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:
parent
395521f3d3
commit
2ed6224778
@ -48,6 +48,7 @@ RUN dnf -y install \
|
||||
libmount-devel \
|
||||
librsvg2 \
|
||||
libselinux-devel \
|
||||
libubsan \
|
||||
libXcomposite-devel \
|
||||
libXcursor-devel \
|
||||
libXcursor-devel \
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user