|
|
|
|
@ -90,8 +90,9 @@ treatment buildTestAyaForArch[logger: Logger, github_contexts: JavaScriptEngine,
|
|
|
|
|
build.finished -> concentrateFinish.data
|
|
|
|
|
|
|
|
|
|
prepareSystem: localStep[logger=logger](
|
|
|
|
|
name = |format("prepare_{short}", |entry("short", short_rust_arch)),
|
|
|
|
|
name = |format("prepare_system_{short}", |entry("short", short_rust_arch)),
|
|
|
|
|
commands = |raw_commands([
|
|
|
|
|
|format("mkdir /tmp/{short}, |entry("short", short_rust_arch)),
|
|
|
|
|
${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/taiki-e/setup-cross-toolchain-action/refs/tags/v1/main.sh | bash -"},
|
|
|
|
|
|format("cat /tmp/{short}/github.env", |entry("short", short_rust_arch))
|
|
|
|
|
]),
|
|
|
|
|
@ -104,7 +105,7 @@ treatment buildTestAyaForArch[logger: Logger, github_contexts: JavaScriptEngine,
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
prepareRust: localStep[logger=logger](
|
|
|
|
|
name = |format("prepare_{short}", |entry("short", short_rust_arch)),
|
|
|
|
|
name = |format("prepare_rust_{short}", |entry("short", short_rust_arch)),
|
|
|
|
|
commands = |raw_commands([
|
|
|
|
|
|format("rustup target add {arch}", |entry("arch", full_rust_arch)),
|
|
|
|
|
${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash -"},
|
|
|
|
|
|