12add0d91Sopenharmony_ciFROM ubuntu:22.04 22add0d91Sopenharmony_ci 32add0d91Sopenharmony_ciRUN apt-get update && apt-get install -y --no-install-recommends \ 42add0d91Sopenharmony_ci gcc libc6-dev qemu-user ca-certificates \ 52add0d91Sopenharmony_ci gcc-mips64-linux-gnuabi64 libc6-dev-mips64-cross \ 62add0d91Sopenharmony_ci qemu-system-mips64 linux-headers-generic 72add0d91Sopenharmony_ci 82add0d91Sopenharmony_ciENV CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_LINKER=mips64-linux-gnuabi64-gcc \ 92add0d91Sopenharmony_ci CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64 -L /usr/mips64-linux-gnuabi64" \ 102add0d91Sopenharmony_ci CC_mips64_unknown_linux_gnuabi64=mips64-linux-gnuabi64-gcc \ 112add0d91Sopenharmony_ci PATH=$PATH:/rust/bin 12