Patch 8.2.4853
Problem: CI with FreeBSD is a bit outdated.
Solution: Use 12.3 instead of 12.1. (closes #10333)
Files: .cirrus.yml
*** ../vim-8.2.4852/.cirrus.yml 2020-12-18 15:29:21.716008176 +0000
--- .cirrus.yml 2022-05-01 20:41:53.734354076 +0100
***************
*** 6,14 ****
only_if: $CIRRUS_TAG == ''
timeout_in: 20m
freebsd_instance:
! image: freebsd-12-1-release-amd64
install_script:
! pkg install -y gettext
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}
--- 6,15 ----
only_if: $CIRRUS_TAG == ''
timeout_in: 20m
freebsd_instance:
! image: freebsd-12-3-release-amd64
install_script:
! - pkg update -f
! - pkg install -y gettext
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}
*** ../vim-8.2.4852/src/version.c 2022-05-01 17:43:30.070768625 +0100
--- src/version.c 2022-05-01 20:43:07.810217369 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4853,
/**/
--
% cat /usr/include/real_life.h
void life(void);
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220501194431.BB78F1C47D1%40moolenaar.net.