File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515 # See https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
1616 image : family/pg-ci-openbsd-vanilla
1717 platform : openbsd
18- install_script : pkg_add ghc cabal-install git autoconf-2.71
18+ install_script : pkg_add ghc cabal-install git autoconf-2.71p0
1919 script :
2020 - export AUTOCONF_VERSION=2.71
2121 - export CABAL_DIR=/tmp/.cabal
Original file line number Diff line number Diff line change @@ -194,6 +194,10 @@ test-suite unix-tests
194194 build-depends : filepath >= 1.4.100.0 && < 1.5.0.0
195195 ghc-options : -Wall -with-rtsopts=-V0
196196
197+ -- https://github.com/haskellari/splitmix/issues/101
198+ if os(openbsd)
199+ build-depends : splitmix < 0.1.3 || > 0.1.3.1
200+
197201test-suite FdReadBuf001
198202 -- JS: missing "pipe"
199203 if arch(javascript)
You can’t perform that action at this time.
0 commit comments