Skip to content

Commit

Permalink
CI: fix emulated jobs + fix FreeBSD job (#699)
Browse files Browse the repository at this point in the history
* Bump uraimo/run-on-arch-action to 2.8.2

* Switch FreeBSD job to use ghcup
  • Loading branch information
Bodigrim authored Oct 24, 2024
1 parent c32b769 commit 64abcfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ task:
name: FreeBSD
freebsd_instance:
image_family: freebsd-14-0
install_script: pkg install -y ghc hs-cabal-install git
install_script:
- pkg install -y git gmake
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
script:
- cabal update
- export PATH="$HOME/.ghcup/bin:$PATH"
- cabal test --test-show-details=direct

task:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
arch: ['s390x', 'ppc64le', 'riscv64']
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2.8.1
timeout-minutes: 60
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 64abcfa

Please sign in to comment.