Skip to content

Commit e5930c6

Browse files
committed
Fix OpenBSD CI job
1 parent eced23b commit e5930c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ test-suite unix-tests
187187
build-depends: filepath >= 1.5.0.0, os-string >= 2.0.0
188188
else
189189
build-depends: filepath >= 1.4.100.0 && < 1.5.0.0
190+
191+
-- https://github.com/haskellari/splitmix/issues/101
192+
if os(openbsd)
193+
build-depends: splitmix < 0.1.3 || > 0.1.3.1
194+
190195
ghc-options: -Wall -with-rtsopts=-V0
191196

192197
test-suite FdReadBuf001

0 commit comments

Comments
 (0)