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-mips64el-linux-gnuabi64 libc6-dev-mips64el-cross \ 62add0d91Sopenharmony_ci qemu-system-mips64el linux-headers-generic 72add0d91Sopenharmony_ci 82add0d91Sopenharmony_ciENV CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_LINKER=mips64el-linux-gnuabi64-gcc \ 92add0d91Sopenharmony_ci CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -L /usr/mips64el-linux-gnuabi64" \ 102add0d91Sopenharmony_ci CC_mips64el_unknown_linux_gnuabi64=mips64el-linux-gnuabi64-gcc \ 112add0d91Sopenharmony_ci PATH=$PATH:/rust/bin 12