Skip to content

Commit 4739779

Browse files
committed
fix version of llvm - partial revert dashpay#5375
1 parent 2bdb198 commit 4739779

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

contrib/containers/ci/Dockerfile

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ RUN apt-get update && apt-get install $APT_ARGS \
114114
valgrind \
115115
wine-stable \
116116
wine64 \
117-
xorriso
117+
xorriso \
118+
&& rm -rf /var/lib/apt/lists/*
119+
118120

119121
ARG CPPCHECK_VERSION=2.10
120122
RUN curl -sL "https://github.com/danmar/cppcheck/archive/${CPPCHECK_VERSION}.tar.gz" | tar -xvzf - --directory /tmp/
@@ -138,20 +140,6 @@ RUN \
138140
update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix; \
139141
exit 0
140142

141-
ARG LLVM_VERSION=15
142-
# Setup Clang+LLVM support
143-
RUN apt-get update && apt-get install $APT_ARGS \
144-
lsb-release \
145-
software-properties-common \
146-
gnupg \
147-
&& rm -rf /var/lib/apt/lists/*
148-
149-
RUN cd /tmp && \
150-
wget https://apt.llvm.org/llvm.sh && \
151-
chmod +x llvm.sh && \
152-
/tmp/llvm.sh ${LLVM_VERSION} && \
153-
rm -rf /tmp/llvm.sh
154-
155143
RUN \
156144
mkdir -p /src/dash && \
157145
mkdir -p /cache/ccache && \

0 commit comments

Comments
 (0)