From b77480fc7e82dcbd4aaf7f40c03c264b7f212a94 Mon Sep 17 00:00:00 2001 From: Dmitry Makarenko Date: Tue, 1 Oct 2024 12:12:01 +0300 Subject: [PATCH] Downgrade fakeroot as it was causing a freeze during the build process: https://github.com/docker/for-mac/issues/7331 --- linux/packages/arch/dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/packages/arch/dependencies.sh b/linux/packages/arch/dependencies.sh index ac296eeecb5b..3a8248a1a953 100755 --- a/linux/packages/arch/dependencies.sh +++ b/linux/packages/arch/dependencies.sh @@ -51,3 +51,6 @@ deps=( pacman -Syu --noconfirm \ "${build_deps[@]}" \ "${deps[@]}" + +# fakeroot is broken since 1.35 as of Oct 1 2024, https://github.com/docker/for-mac/issues/7331 +pacman -U --noconfirm https://archive.archlinux.org/packages/f/fakeroot/fakeroot-1.34-1-x86_64.pkg.tar.zst