Skip to content

Commit 056a1c2

Browse files
pheiduckbrammool
authored andcommitted
patch 8.2.4853: CI with FreeBSD is a bit outdated
Problem: CI with FreeBSD is a bit outdated. Solution: Use 12.3 instead of 12.1. (closes #10333)
1 parent d2a4662 commit 056a1c2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ freebsd_12_task:
66
only_if: $CIRRUS_TAG == ''
77
timeout_in: 20m
88
freebsd_instance:
9-
image: freebsd-12-1-release-amd64
9+
image: freebsd-12-3-release-amd64
1010
install_script:
11-
pkg install -y gettext
11+
- pkg update -f
12+
- pkg install -y gettext
1213
build_script:
1314
- NPROC=$(getconf _NPROCESSORS_ONLN)
1415
- ./configure --with-features=${FEATURES}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static char *(features[]) =
746746

747747
static int included_patches[] =
748748
{ /* Add new patch number below this line */
749+
/**/
750+
4853,
749751
/**/
750752
4852,
751753
/**/

0 commit comments

Comments
 (0)