Skip to content

Commit

Permalink
add clang to the s390x DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev authored and Amanieu committed Jan 20, 2025
1 parent c8aa9cd commit 6aa8f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/s390x-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc-s390x-linux-gnu libc6-dev-s390x-cross \
qemu-user \
make \
clang \
file

ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \
OBJDUMP=s390x-linux-gnu-objdump
OBJDUMP=s390x-linux-gnu-objdump

0 comments on commit 6aa8f49

Please sign in to comment.