Not calling wrong command

pull/1416/head
Quentin VIGNAUD 2 weeks ago
parent a71866c78e
commit 2f3424d19a

@ -141,7 +141,7 @@ treatment buildTestAyaForArch[logger: Logger, dispatcher: CicdDispatchEngine, gi
executor_name = "rust", executor_name = "rust",
commands = |raw_commands([ commands = |raw_commands([
|format("dpkg --add-architecture {arch}", |entry("arch", ubuntu_arch)), |format("dpkg --add-architecture {arch}", |entry("arch", ubuntu_arch)),
"systemctl mask docker.service docker.socket", //"systemctl mask docker.service docker.socket",
"apt-get update", "apt-get update",
|format("apt-get install -y liblzma-dev:{arch} qemu-user", |entry("arch", ubuntu_arch)), |format("apt-get install -y liblzma-dev:{arch} qemu-user", |entry("arch", ubuntu_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 -"}, ${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 -"},

Loading…
Cancel
Save