File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ build-armv7-linux-deb10:
40
40
TARBALL_ARCHIVE_SUFFIX : armv7-linux-deb1
41
41
TARBALL_EXT : tar.xz
42
42
ADD_CABAL_ARGS : " "
43
+ # temp, because 3.6.2.0 is broken
44
+ CABAL_INSTALL_VERSION : 3.4.0.0
43
45
retry : 2
44
46
45
47
build-x86_64-linux :
@@ -79,6 +81,8 @@ build-i386-linux-alpine:
79
81
TARBALL_ARCHIVE_SUFFIX : i386-linux-alpine
80
82
TARBALL_EXT : tar.xz
81
83
ADD_CABAL_ARGS : " --enable-split-sections --enable-executable-static"
84
+ # temp, because 3.6.2.0 is broken
85
+ CABAL_INSTALL_VERSION : 3.4.0.0
82
86
83
87
build-x86_64-freebsd13 :
84
88
extends : .build
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=yes
30
30
31
31
curl --proto ' =https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
32
32
33
+ # https://github.com/haskell/cabal/issues/7313#issuecomment-811851884
34
+ if [ " $( getconf LONG_BIT) " == " 32" ] ; then
35
+ echo ' constraints: lukko -ofd-locking' >> cabal.project.release.local
36
+ fi
37
+
33
38
args=(
34
39
-w " ghc-$GHC_VERSION "
35
40
--disable-profiling
You can’t perform that action at this time.
0 commit comments