Patch 9.0.0773

6 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 16, 2022, 9:54:13 AM10/16/22
to vim...@googlegroups.com

Patch 9.0.0773 (after 9.0.0755)
Problem: Huge build on macos uses dynamic Perl.
Solution: Use built-in Perl, uninstall the brew one. (closes #11382)
Files: .github/workflows/ci.yml


*** ../vim-9.0.0772/.github/workflows/ci.yml 2022-10-15 14:17:33.833656507 +0100
--- .github/workflows/ci.yml 2022-10-16 14:51:09.901613771 +0100
***************
*** 304,309 ****
--- 304,310 ----
run: |
brew install lua
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
+ brew uninstall perl

- name: Set up environment
run: |
***************
*** 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
--- 318,324 ----
normal)
;;
huge)
! echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
;;
esac
) >> $GITHUB_ENV
*** ../vim-9.0.0772/src/version.c 2022-10-16 14:35:41.844813763 +0100
--- src/version.c 2022-10-16 14:51:30.277612592 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 773,
/**/

--
You can be stopped by the police for biking over 65 miles per hour.
You are not allowed to walk across a street on your hands.
[real standing laws in Connecticut, United States of America]

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