|
|
|
@ -55,8 +55,9 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine](short: s
|
|
|
|
name = |format("prepare_{short}", |entry("short", short)),
|
|
|
|
name = |format("prepare_{short}", |entry("short", short)),
|
|
|
|
executor_name = |wrap<string>(short),
|
|
|
|
executor_name = |wrap<string>(short),
|
|
|
|
commands = |raw_commands([
|
|
|
|
commands = |raw_commands([
|
|
|
|
|format("rustup toolchain install stable-{arch}", |entry("arch", arch)),
|
|
|
|
|format("rustup target add {arch}", |entry("arch", arch)),
|
|
|
|
${bash -c "curl https://github.com/taiki-e/setup-cross-toolchain-action/blob/refs/tags/v1/main.sh | bash -"}
|
|
|
|
${bash -c "curl https://raw.githubusercontent.com/taiki-e/install-action/refs/heads/cargo-hack/main.sh | bash -"},
|
|
|
|
|
|
|
|
${bash -c "curl https://raw.githubusercontent.com/taiki-e/setup-cross-toolchain-action/refs/tags/v1/main.sh | bash -"}
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|
environment = |wrap<Environment>(
|
|
|
|
environment = |wrap<Environment>(
|
|
|
|
|environment(
|
|
|
|
|environment(
|
|
|
|
|