gitlab-ci: Remove llvm from CI container

Untested, but shouldn't be required anymore.
This commit is contained in:
Nick Wellnhofer 2024-12-10 18:44:26 +01:00
parent 5505d23545
commit d09b07d1b9

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 libclang-rt-dev \
make gcc clang libclang-rt-dev \
zlib1g-dev liblzma-dev libgcrypt-dev \
python3-dev \
cmake meson \