Skip to content

Commit a40f18e

Browse files
committed
Fix OpenBSD CI job
1 parent 454b4bd commit a40f18e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ task:
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

unix.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
197201
test-suite FdReadBuf001
198202
-- JS: missing "pipe"
199203
if arch(javascript)

0 commit comments

Comments
 (0)