From a7dab6d95a73479ec225c667b7e2f2cbf24a9d48 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 27 Feb 2021 13:19:38 +0100 Subject: [PATCH] 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 --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6e82bd7d1..de3d8ef34 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-1-release-amd64 + image: freebsd-12-2-release-amd64 build_task: env: @@ -10,6 +10,7 @@ build_task: folder: /var/cache/pkg install_script: + # - pkg update - pkg install -y postgresql95-client ghc hs-cabal-install jq git # cache the hackage index file and downloads which are @@ -67,4 +68,4 @@ build_task: -H "Authorization:token $TOKEN" \ -H "Content-Type:application/octet-stream" \ "https://uploads.github.com/repos/$CIRRUS_REPO_FULL_NAME/releases/$release_id/assets?name=$bin_name" - fi \ No newline at end of file + fi