From 2216cecf6e9eff41857832c6ec05715766d43483 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Mon, 20 Oct 2025 15:50:38 +0200 Subject: [PATCH] Adding qemu aarch64 --- .melodium-ci/lib-root.mel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index 4b57f2bc..8d600084 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -67,7 +67,7 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine, github_c |format("rustup target add {arch}", |entry("arch", arch)), "dpkg --add-architecture arm64", "apt-get update", - "apt-get install -y liblzma-dev:arm64", + "apt-get install -y liblzma-dev:arm64 qemu-utils qemu-efi-aarch64 qemu-system-arm", ${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", //${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/taiki-e/install-action/refs/heads/cargo-hack/main.sh | bash -"},