diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-09 14:53:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-09 14:53:15 -0400 |
commit | 7f0519b732369921f31a502784e89f9cf2a9b1c7 (patch) | |
tree | 7594f164ba7f3d1b560f06bdc0cca0df7a173ee6 /.gitlab-ci/fedora.Dockerfile | |
parent | 59be04d7104bfcef5ae34a2e467725f5ced9f983 (diff) | |
download | pango-7f0519b732369921f31a502784e89f9cf2a9b1c7.tar.gz |
ci: Update ci images
Include llvm on the image, so that we can use
llvm-symbolizer, too try and get meaningful stacktraces
out of asan.
Diffstat (limited to '.gitlab-ci/fedora.Dockerfile')
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index c047b6f2..ebb1e6b5 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -31,6 +31,7 @@ RUN dnf -y install \ libthai-devel \ libubsan \ libXft-devel \ + llvm \ ninja-build \ python3 \ python3-jinja2 \ |