We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e70358 commit ce57dfcCopy full SHA for ce57dfc
.cirrus.yml
@@ -24,19 +24,3 @@ task:
24
- autoreconf -i
25
- cabal test --test-show-details=direct
26
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