Skip to content

Commit e909174

Browse files
committed
Upgrade LLVM to version 8
clang-7 cannot build zlib-ng, since it thinks that typedef unsigned int uv4si __attribute__((vector_size(16))); typedef vector unsigned int uv4si; are different types. clang-8 does not have this issue. Signed-off-by: Ilya Leoshkevich <[email protected]>
1 parent d14d899 commit e909174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV DEBIAN_FRONTEND=noninteractive
3434
RUN apt-get update && \
3535
apt-get install -y ca-certificates curl
3636
COPY fs/ /
37-
ARG llvm_version=7
37+
ARG llvm_version=8
3838
RUN apt-get update && \
3939
apt-get install --no-install-recommends --yes \
4040
binutils-multiarch \

0 commit comments

Comments
 (0)