Skip to content

Commit ce57dfc

Browse files
committed
Remove NetBSD
1 parent 3e70358 commit ce57dfc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.cirrus.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,3 @@ task:
2424
- autoreconf -i
2525
- cabal test --test-show-details=direct
2626

27-
task:
28-
name: NetBSD
29-
compute_engine_instance:
30-
image_project: pg-ci-images
31-
image: family/pg-ci-netbsd-vanilla-9-3
32-
platform: netbsd
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/;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-
script:
37-
- export CABAL_DIR=/tmp/.cabal
38-
- ghc --version
39-
- cabal --version
40-
- cabal update
41-
- autoreconf -i
42-
- cabal test -f-simdutf --test-show-details=direct

0 commit comments

Comments
 (0)