ci: Support ASan in Docker container

Ubuntu now requires libclang-rt-dev for ASan libraries.
This commit is contained in:
Nick Wellnhofer 2024-03-22 18:45:31 +01:00
parent 0e6e39213a
commit 00c2f549e4

View File

@ -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