[gtk/asan-ci: 32/35] ci: Add libasan and libubsan to the image



commit 93eb6ba239ea1186742021b9d81e9a4c2411d356
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jul 8 22:17:26 2020 -0400

    ci: Add libasan and libubsan to the image
    
    This is so we can build and run the tests with
    the address and undefined behavior sanitizers.

 .gitlab-ci/fedora-base.Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]