We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9afa53 + 1c488da commit 26e1c5eCopy full SHA for 26e1c5e
etc/dockerfiles/arm64.Dockerfile
@@ -10,6 +10,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
10
libncurses-dev libncurses5 libtinfo5 libnuma-dev xz-utils g++ gcc \
11
libc6-dev libffi-dev libgmp-dev make zlib1g-dev git gnupg netbase pkg-config
12
13
+# This is added in an attempt to avoid the failure:
14
+# <stderr>: commitAndReleaseBuffer: invalid argument (invalid character)
15
+ENV LANG="C.UTF-8"
16
+
17
RUN cd /tmp && \
18
curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/clang+llvm-9.0.1-aarch64-linux-gnu.tar.xz --output /tmp/llvm.tar.xz && \
19
unxz /tmp/llvm.tar.xz && \
0 commit comments