Skip to content

Commit

Permalink
Update FreeBSD CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Feb 18, 2025
1 parent 4b443ac commit 2f5ad34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-2

task:
name: FreeBSD+packcheck+ghc-9.6.3+cabal-v2
name: FreeBSD+ghc-9.6.6+cabal
env:
LC_ALL: C.UTF-8
BUILD: cabal-v2
GHCUP_VERSION: 0.1.20.0
BUILD: cabal
GHCUP_VERSION: 0.1.40.0
DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20210111/cabal-docspec-0.0.0.20210111.xz
DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs"
# GHCUP_GHC_OPTIONS: ${{ matrix.ghcup_ghc_options }}
GHCVER: 9.6.3
GHCVER: 9.6.6
CABALVER: 3.10.1.0
DISABLE_DOCS: n
ENABLE_DOCSPEC: n
Expand All @@ -36,7 +36,7 @@ task:
# packcheck location and revision
PACKCHECK: "./packcheck.sh"
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "ccc55fd4b895e842ca6e2d8ac63aa4acc1c3209a"
PACKCHECK_GITHUB_COMMIT: "v0.7.1"

# Pull token from "secrets" setting of the github repo
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
Expand Down

0 comments on commit 2f5ad34

Please sign in to comment.