We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang
s390x
1 parent c8aa9cd commit 6aa8f49Copy full SHA for 6aa8f49
ci/docker/s390x-unknown-linux-gnu/Dockerfile
@@ -6,8 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
gcc-s390x-linux-gnu libc6-dev-s390x-cross \
7
qemu-user \
8
make \
9
+ clang \
10
file
11
12
ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
13
CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \
- OBJDUMP=s390x-linux-gnu-objdump
14
+ OBJDUMP=s390x-linux-gnu-objdump
0 commit comments