File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1313 name : OpenBSD
1414 compute_engine_instance :
1515 image_project : pg-ci-images
16- # OpenBSD version should match
17- # https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
18- image : family/pg-ci-openbsd-vanilla-7-3
16+ # See https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
17+ image : family/pg-ci-openbsd-vanilla
1918 platform : openbsd
2019 install_script : pkg_add ghc cabal-install git
2120 script :
2726 name : NetBSD
2827 compute_engine_instance :
2928 image_project : pg-ci-images
30- # NetBSD version should match
31- # https://github.com/anarazel/pg-vm-images/blob/main/packer/netbsd.pkrvars.hcl
32- image : family/pg-ci-netbsd-vanilla-9-3
29+ # See https://github.com/anarazel/pg-vm-images/blob/main/packer/netbsd.pkrvars.hcl
30+ image : family/pg-ci-netbsd-vanilla
3331 platform : netbsd
3432 install_script :
3533 - export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/"
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230230 uses : docker://hasufell/arm64v8-ubuntu-haskell:focal
231231 name : Run build (arm64v8 linux)
232232 with :
233- args : sh -c "cabal update && cabal test"
233+ args : sh -c "ghcup install ghc 9.10.1 && cabal update && cabal test -w ~/.ghcup/bin/ghc-9.10.1 "
234234
235235 wasi :
236236 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments