Skip to content
Snippets Groups Projects
Commit ce57dfc5 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Remove NetBSD

parent 3e703581
No related branches found
No related tags found
No related merge requests found
......@@ -24,19 +24,3 @@ task:
- autoreconf -i
- cabal test --test-show-details=direct
task:
name: NetBSD
compute_engine_instance:
image_project: pg-ci-images
image: family/pg-ci-netbsd-vanilla-9-3
platform: netbsd
install_script:
- 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/"
- pkg_add ghc cabal-install git autoconf libcxx libcxxabi
script:
- export CABAL_DIR=/tmp/.cabal
- ghc --version
- cabal --version
- cabal update
- autoreconf -i
- cabal test -f-simdutf --test-show-details=direct
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment