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 -"},