From 972ab83a61e1459ef4a9188d31a49928bc7e61a3 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Tue, 21 Oct 2025 16:54:31 +0200 Subject: [PATCH] Looking what is done --- .melodium-ci/lib-root.mel | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index 8d600084..d0985df6 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -67,12 +67,13 @@ 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 qemu-utils qemu-efi-aarch64 qemu-system-arm", + "apt-get install -y liblzma-dev:arm64 tree", ${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 -"}, ${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 -"}, - "cat /tmp/github.env" + "cat /tmp/github.env", + "tree /usr/bin" ]), environment = |wrap( |environment(