]> granicus.if.org Git - vim/commitdiff
patch 8.2.4853: CI with FreeBSD is a bit outdated v8.2.4853
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 1 May 2022 19:43:50 +0000 (20:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 May 2022 19:43:50 +0000 (20:43 +0100)
Problem:    CI with FreeBSD is a bit outdated.
Solution:   Use 12.3 instead of 12.1. (closes #10333)

.cirrus.yml
src/version.c

index 4d78085b8d4667424ed98681e2a8716ab0ea63dc..bd1a077b5d2a7af7b15da20c99a2b8eba2f20eb1 100644 (file)
@@ -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}
index b03e66129ca03850283bd3a5cd40f606d31e18ff..de2ca4e36181689f09f6dcf8d66635db31734ce7 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4853,
 /**/
     4852,
 /**/