Patch 9.0.0755

6 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 15, 2022, 5:55:16 AM10/15/22
to vim...@googlegroups.com

Patch 9.0.0755
Problem: Huge build on macos always fails on CI.
Solution: Temporarily disable the perl interface.
Files: .github/workflows/ci.yml


*** ../vim-9.0.0754/.github/workflows/ci.yml 2022-10-09 13:28:32.551786054 +0100
--- .github/workflows/ci.yml 2022-10-15 10:52:42.077884142 +0100
***************
*** 317,323 ****
normal)
;;
huge)
! echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
;;
esac
) >> $GITHUB_ENV
--- 317,324 ----
normal)
;;
huge)
! # FIXME: --enable-perlinterp temporarily removed, it always fails
! echo "CONFOPT=--enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
;;
esac
) >> $GITHUB_ENV
*** ../vim-9.0.0754/src/version.c 2022-10-15 10:49:29.473268697 +0100
--- src/version.c 2022-10-15 10:54:00.562099350 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 755,
/**/

--
An indication you must be a manager:
You believe you never have any problems in your life, just
"issues" and "improvement opportunities".

/// 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