|
|
|
@ -56,6 +56,7 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine](short: s
|
|
|
|
executor_name = |wrap<string>(short),
|
|
|
|
executor_name = |wrap<string>(short),
|
|
|
|
commands = |raw_commands([
|
|
|
|
commands = |raw_commands([
|
|
|
|
|format("rustup target add {arch}", |entry("arch", arch)),
|
|
|
|
|format("rustup target add {arch}", |entry("arch", arch)),
|
|
|
|
|
|
|
|
"apt-get install -y liblzma-dev",
|
|
|
|
${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash -"},
|
|
|
|
${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash -"},
|
|
|
|
"cargo binstall cargo-hack",
|
|
|
|
"cargo binstall cargo-hack",
|
|
|
|
//${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/taiki-e/install-action/refs/heads/cargo-hack/main.sh | bash -"},
|
|
|
|
//${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/taiki-e/install-action/refs/heads/cargo-hack/main.sh | bash -"},
|
|
|
|
|