cirrusci: update to FreeBSD 12.2
This fixes CI failure because FreeBSD 12.1 became EOL in Jan 2021 (3 months after release of 12.2): https://www.freebsd.org/security/#sup
This commit is contained in:
committed by
Steve Chavez
parent
b50b67491d
commit
a7dab6d95a
+2
-1
@@ -1,5 +1,5 @@
|
|||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image: freebsd-12-1-release-amd64
|
image: freebsd-12-2-release-amd64
|
||||||
|
|
||||||
build_task:
|
build_task:
|
||||||
env:
|
env:
|
||||||
@@ -10,6 +10,7 @@ build_task:
|
|||||||
folder: /var/cache/pkg
|
folder: /var/cache/pkg
|
||||||
|
|
||||||
install_script:
|
install_script:
|
||||||
|
# - pkg update
|
||||||
- pkg install -y postgresql95-client ghc hs-cabal-install jq git
|
- pkg install -y postgresql95-client ghc hs-cabal-install jq git
|
||||||
|
|
||||||
# cache the hackage index file and downloads which are
|
# cache the hackage index file and downloads which are
|
||||||
|
|||||||
Reference in New Issue
Block a user