File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ task:
31
31
image : family/pg-ci-netbsd-vanilla-9-3
32
32
platform : netbsd
33
33
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
36
36
script :
37
37
- export CABAL_DIR=/tmp/.cabal
38
38
- ghc --version
39
39
- cabal --version
40
40
- cabal update
41
41
- autoreconf -i
42
- - cabal test --test-show-details=direct
42
+ - cabal test -f-simdutf - -test-show-details=direct
You can’t perform that action at this time.
0 commit comments