From dff5eb874386b21201159db0166d12677168abf4 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Tue, 28 Oct 2025 17:22:32 +0100 Subject: [PATCH] Disabling only docker daemon --- .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 d0b8ad61..aeffb7af 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -118,7 +118,7 @@ treatment buildTestAyaForArch[logger: Logger, dispatcher: CicdDispatchEngine, gi executor_name = "rust", commands = |raw_commands([ |format("dpkg --add-architecture {arch}", |entry("arch", ubuntu_arch)), - ${bash -c "echo '#!/bin/sh\nexit 0' | tee /usr/sbin/policy-rc.d"}, + "systemctl mask docker.service docker.socket", "apt-get update", |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 -"},