12add0d91Sopenharmony_ciFROM redoxos/redoxer 22add0d91Sopenharmony_ci 32add0d91Sopenharmony_ciRUN mv /root/.redoxer /.redoxer 42add0d91Sopenharmony_ci 52add0d91Sopenharmony_ciENV PATH=$PATH:/.redoxer/toolchain/bin:/rust/bin \ 62add0d91Sopenharmony_ci AR_x86_64_unknown_redox="x86_64-unknown-redox-ar" \ 72add0d91Sopenharmony_ci CC_x86_64_unknown_redox="x86_64-unknown-redox-gcc" \ 82add0d91Sopenharmony_ci CARGO_TARGET_X86_64_UNKNOWN_REDOX_LINKER="x86_64-unknown-redox-gcc" \ 92add0d91Sopenharmony_ci CARGO_TARGET_X86_64_UNKNOWN_REDOX_RUNNER="redoxer exec --folder ." 10