summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-05-01 20:43:50 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-01 20:43:50 +0100
commit056a1c2bdda526c31c42cc1b7752073981642940 (patch)
tree924558c1deb82c6a9038501170b03ca3d10b1112 /.cirrus.yml
parentd2a46624300c5d02be69d0e4df12296ec9011d9e (diff)
patch 8.2.4853: CI with FreeBSD is a bit outdatedv8.2.4853
Problem: CI with FreeBSD is a bit outdated. Solution: Use 12.3 instead of 12.1. (closes #10333)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4d78085b8d..bd1a077b5d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -6,9 +6,10 @@ freebsd_12_task:
only_if: $CIRRUS_TAG == ''
timeout_in: 20m
freebsd_instance:
- image: freebsd-12-1-release-amd64
+ image: freebsd-12-3-release-amd64
install_script:
- pkg install -y gettext
+ - pkg update -f
+ - pkg install -y gettext
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}