Skip to content

Commit 3e70358

Browse files
committed
Disable simdutf on NetBSD
1 parent e43912f commit 3e70358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ task:
3131
image: family/pg-ci-netbsd-vanilla-9-3
3232
platform: netbsd
3333
install_script:
34-
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/"
35-
- pkg_add ghc cabal-install git autoconf
34+
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/;http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/9.0_2022Q3/All/"
35+
- pkg_add ghc cabal-install git autoconf libcxx libcxxabi
3636
script:
3737
- export CABAL_DIR=/tmp/.cabal
3838
- ghc --version
3939
- cabal --version
4040
- cabal update
4141
- autoreconf -i
42-
- cabal test --test-show-details=direct
42+
- cabal test -f-simdutf --test-show-details=direct

0 commit comments

Comments
 (0)