We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022b14b commit 4738b81Copy full SHA for 4738b81
ci/docker/fedora/Dockerfile
@@ -7,6 +7,11 @@ ENV PATH /opt/cargo/bin:$PATH
7
ENV RUSTUP_HOME /opt/rustup
8
ENV CARGO_HOME /opt/cargo
9
10
+# This is set such that when we compile the runtimes for ARM64 we just use the
11
+# host musl-gcc, which is for ARM64 anyway (since the build process runs on an
12
+# ARM64 host).
13
+ENV CC_aarch64_unknown_linux_musl=musl-gcc
14
+
15
RUN sudo dnf install --assumeyes --quiet gcc make tar git rustup rclone \
16
musl-gcc llvm$LLVM_VERSION llvm$LLVM_VERSION-devel \
17
llvm$LLVM_VERSION-static libstdc++-devel libstdc++-static \
0 commit comments