summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-12 12:50:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-12 13:01:51 -0400
commitac19ed0571c6dd8eb7bcd526d7ee0e45057c97d4 (patch)
treeb78e964ef44f5ebf710caccf94cc832ba4995143
parent51b2b2231b85af7fe4ade4ec98129b28182f7148 (diff)
downloadpango-ac19ed0571c6dd8eb7bcd526d7ee0e45057c97d4.tar.gz
ci: Add libasan and libubsan to the docker image
Make a v2 of the docker image that includes libasan, so we can add a ci step running the testsuite under asan.
-rw-r--r--.gitlab-ci/fedora.Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index e7ff2feb..f2240cac 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -26,8 +26,10 @@ RUN dnf -y install \
harfbuzz-devel \
hicolor-icon-theme \
itstool \
+ libasan \
lcov \
libthai-devel \
+ libubsan \
libXft-devel \
ninja-build \
python3 \