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-powerpc64-linux-gnu libc6-dev-ppc64-cross \ 62add0d91Sopenharmony_ci qemu-system-ppc 72add0d91Sopenharmony_ci 82add0d91Sopenharmony_ciENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_LINKER=powerpc64-linux-gnu-gcc \ 92add0d91Sopenharmony_ci CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc64 -L /usr/powerpc64-linux-gnu" \ 102add0d91Sopenharmony_ci CC=powerpc64-linux-gnu-gcc \ 112add0d91Sopenharmony_ci PATH=$PATH:/rust/bin 12