mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
ci: Support ASan in Docker container
Ubuntu now requires libclang-rt-dev for ASan libraries.
This commit is contained in:
parent
0e6e39213a
commit
00c2f549e4
@ -8,7 +8,7 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
curl git ca-certificates \
|
||||
autoconf automake libtool pkg-config \
|
||||
make gcc clang llvm \
|
||||
make gcc clang llvm libclang-rt-dev \
|
||||
zlib1g-dev liblzma-dev libgcrypt-dev \
|
||||
python3-dev \
|
||||
cmake meson
|
||||
|
Loading…
x
Reference in New Issue
Block a user