Skip to content

Commit 6aa8f49

Browse files
folkertdevAmanieu
authored andcommitted
add clang to the s390x DockerFile
1 parent c8aa9cd commit 6aa8f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/s390x-unknown-linux-gnu/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc-s390x-linux-gnu libc6-dev-s390x-cross \
77
qemu-user \
88
make \
9+
clang \
910
file
1011

1112
ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
1213
CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \
13-
OBJDUMP=s390x-linux-gnu-objdump
14+
OBJDUMP=s390x-linux-gnu-objdump

0 commit comments

Comments
 (0)