diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:50:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 13:01:51 -0400 |
commit | ac19ed0571c6dd8eb7bcd526d7ee0e45057c97d4 (patch) | |
tree | b78e964ef44f5ebf710caccf94cc832ba4995143 /.gitlab-ci | |
parent | 51b2b2231b85af7fe4ade4ec98129b28182f7148 (diff) | |
download | pango-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.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 2 |
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 \ |