Files
rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
460 B
Docker
Raw Normal View History

2025-07-15 16:55:32 +05:30
FROM ubuntu:25.10
RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \
gcc libc6-dev \
gcc-s390x-linux-gnu libc6-dev-s390x-cross \
qemu-user \
make \
2025-01-18 13:44:53 +01:00
clang \
file
ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -cpu max -L /usr/s390x-linux-gnu" \
2025-01-18 13:44:53 +01:00
OBJDUMP=s390x-linux-gnu-objdump