mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 9.0.0773: huge build on macos uses dynamic Perl
Problem: Huge build on macos uses dynamic Perl. Solution: Use built-in Perl, uninstall the brew one. (closes #11382)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -304,6 +304,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install lua
|
brew install lua
|
||||||
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
|
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
|
||||||
|
brew uninstall perl
|
||||||
|
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
run: |
|
run: |
|
||||||
@@ -317,8 +318,7 @@ jobs:
|
|||||||
normal)
|
normal)
|
||||||
;;
|
;;
|
||||||
huge)
|
huge)
|
||||||
# Use "dynamic" for Perl otherwise it fails.
|
echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
|
||||||
echo "CONFOPT=--enable-perlinterp=dynamic --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
) >> $GITHUB_ENV
|
) >> $GITHUB_ENV
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
773,
|
||||||
/**/
|
/**/
|
||||||
772,
|
772,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user