Patch 9.0.0596

2 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 26, 2022, 3:18:13 PM9/26/22
to vim...@googlegroups.com

Patch 9.0.0596
Problem: CI on Mac M1 has the channel feature disabled.
Solution: Include the channel feature.
Files: .cirrus.yml


*** ../vim-9.0.0595/.cirrus.yml 2022-09-24 19:32:07.251604769 +0100
--- .cirrus.yml 2022-09-26 20:13:02.456996918 +0100
***************
*** 37,43 ****
- brew install gettext libtool
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
! - ./configure --with-features=${FEATURES} --disable-channel
- make -j${NPROC} CC=clang
test_script:
- src/vim --version
--- 37,43 ----
- brew install gettext libtool
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
! - ./configure --with-features=${FEATURES}
- make -j${NPROC} CC=clang
test_script:
- src/vim --version
*** ../vim-9.0.0595/src/version.c 2022-09-26 19:50:07.467112929 +0100
--- src/version.c 2022-09-26 20:17:07.148448184 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 596,
/**/

--
hundred-and-one symptoms of being an internet addict:
182. You may not know what is happening in the world, but you know
every bit of net-gossip there is.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages