Patch 9.0.0759

3 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 15, 2022, 9:18:28 AM10/15/22
to vim...@googlegroups.com

Patch 9.0.0759 (after 9.0.0755)
Problem: Huge build on macos does not use Perl.
Solution: Re-enable the Perl interface using "dynamic". (closes #11375)
Files: .github/workflows/ci.yml


*** ../vim-9.0.0758/.github/workflows/ci.yml 2022-10-15 10:54:22.986157723 +0100
--- .github/workflows/ci.yml 2022-10-15 14:16:05.005790740 +0100
***************
*** 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
--- 317,324 ----
normal)
;;
huge)
! # Use "dynamic" for Perl otherwise it fails.
! echo "CONFOPT=--enable-perlinterp=dynamic --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
;;
esac
) >> $GITHUB_ENV
*** ../vim-9.0.0758/src/version.c 2022-10-15 14:02:59.494610784 +0100
--- src/version.c 2022-10-15 14:15:05.285878220 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 759,
/**/

--
Veni, Vidi, VW -- I came, I saw, I drove around in a little car.

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