12add0d91Sopenharmony_ciFROM ubuntu:22.04
22add0d91Sopenharmony_ci
32add0d91Sopenharmony_ciRUN apt-get update && apt-get install -y --no-install-recommends \
42add0d91Sopenharmony_ci        curl ca-certificates \
52add0d91Sopenharmony_ci        gcc libc6-dev \
62add0d91Sopenharmony_ci        gcc-s390x-linux-gnu libc6-dev-s390x-cross \
72add0d91Sopenharmony_ci        qemu-system-s390x \
82add0d91Sopenharmony_ci        cpio
92add0d91Sopenharmony_ci
102add0d91Sopenharmony_ciCOPY linux-s390x.sh /
112add0d91Sopenharmony_ciRUN bash /linux-s390x.sh
122add0d91Sopenharmony_ci
132add0d91Sopenharmony_ciCOPY test-runner-linux /
142add0d91Sopenharmony_ci
152add0d91Sopenharmony_ciENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
162add0d91Sopenharmony_ci    CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="/test-runner-linux s390x" \
172add0d91Sopenharmony_ci    CC_s390x_unknown_linux_gnu=s390x-linux-gnu-gcc \
182add0d91Sopenharmony_ci    PATH=$PATH:/rust/bin
19