[gtk/asan-ci: 1/4] ci: Add libasan and libubsan to the image



commit 1158981b6bf797c6b832df4a391df5ad5ed9aaee
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]