Skip to content

Commit

Permalink
Install musl-gcc in the Fedora container
Browse files Browse the repository at this point in the history
This is needed for cross-compiling the musl runtime.
  • Loading branch information
yorickpeterse committed Aug 14, 2024
1 parent 7178ccc commit 54e754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV CARGO_HOME /opt/cargo
RUN sudo dnf install --assumeyes --quiet gcc make tar git rustup rclone \
llvm$LLVM_VERSION llvm$LLVM_VERSION-devel \
llvm$LLVM_VERSION-static libstdc++-devel libstdc++-static \
libffi-devel zlib-devel
libffi-devel zlib-devel musl-gcc

RUN rustup-init --quiet -y --no-modify-path --profile minimal \
--component clippy,rustfmt --default-toolchain $RUST_VERSION
Expand Down

0 comments on commit 54e754d

Please sign in to comment.