Skip to content

Commit

Permalink
Downgrade fakeroot as it was causing a freeze during the build process:
Browse files Browse the repository at this point in the history
  • Loading branch information
kryksyh committed Oct 1, 2024
1 parent e2a4d8c commit b77480f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/packages/arch/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b77480f

Please sign in to comment.