From 2a36c42b211b845b4667726559a3d3eb9dac496b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 28 Jul 2021 02:00:28 -0300 Subject: [PATCH] build-style/haskell-stack: broken for i686*. This commit is only to unlock builders. Builds error out with: => debug-me-1.20200820_2: running do_build ... => Using stack config in stack.yaml. Cabal file info not found for posix-pty-0.2.1.1, updating Selected mirror https://hackage.haskell.org/ Downloading root Waiting to acquire cache lock on /builddir/debug-me-1.20200820/.stack/pantry/hackage/hackage-security-lock fdLock: invalid argument (Invalid argument) Tracked in: #32221 --- common/environment/build-style/haskell-stack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/environment/build-style/haskell-stack.sh b/common/environment/build-style/haskell-stack.sh index 6b47c121512..fe26447f233 100644 --- a/common/environment/build-style/haskell-stack.sh +++ b/common/environment/build-style/haskell-stack.sh @@ -1 +1,3 @@ hostmakedepends+=" ghc stack" +# https://build.voidlinux.org/builders/i686_builder/builds/33611/steps/shell_3/logs/stdio +archs+=" ~i686*"