Skip to content

Commit 4f46b58

Browse files
committed
Upgrade LLVM to version 11
A problem similar to that of LLVM 7 on s390x exists on ppc64le. It's fixed in LLVM 11. Signed-off-by: Ilya Leoshkevich <[email protected]>
1 parent e909174 commit 4f46b58

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-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=8
37+
ARG llvm_version=11
3838
RUN apt-get update && \
3939
apt-get install --no-install-recommends --yes \
4040
binutils-multiarch \
Binary file not shown.

docker/image/fs/etc/apt/sources.list

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ deb [arch=ppc64el,s390x] http://ports.ubuntu.com/ubuntu-ports/ bionic-security m
77
deb [arch=ppc64el,s390x] http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main universe
88
deb [arch=ppc64el,s390x] http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main universe
99
deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main
10+
deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main

0 commit comments

Comments
 (0)