Skip to content

Commit 781c0fe

Browse files
authored
CI: fix NetBSD job + fix aarch64 job (#700)
* Another attempt to fix NetBSD CI job * Fix aarch64 job
1 parent 64abcfa commit 781c0fe

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.cirrus.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ task:
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:
@@ -27,9 +26,8 @@ task:
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/"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)