File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ RUN apt-get update \
1010 && apt-get install -y git cmake build-essential byacc libpcre3 libpcre3-dev grep lsb-release wget software-properties-common gnupg libcurl4-openssl-dev unzip lcov --no-install-recommends # skipcq: DOK-DL3018
1111
1212# Get LLVM
13- ARG LLVM_VER=16
13+ ARG LLVM_VER=15
1414RUN wget --no-verbose https://apt.llvm.org/llvm.sh
1515RUN chmod +x ./llvm.sh \
1616 && ./llvm.sh ${LLVM_VER} \
1717 && apt-get -y install libclang-${LLVM_VER}-dev libclang-cpp${LLVM_VER}-dev --no-install-recommends \
1818 && apt-get clean \
19- && rm -rf /var/lib/apt/lists/* \
20- && ln -s /usr/lib/x86_64-linux-gnu/libclang-16.so.16.0.6 /usr/lib/x86_64-linux-gnu/libclang-16.so.16
21-
19+ && rm -rf /var/lib/apt/lists/*
2220
2321# Add environment variables for build
2422ENV PATH="$PATH:/usr/lib/llvm-${LLVM_VER}/bin"
You can’t perform that action at this time.
0 commit comments