]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0773: huge build on macos uses dynamic Perl v9.0.0773
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 16 Oct 2022 13:53:34 +0000 (14:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Oct 2022 13:53:34 +0000 (14:53 +0100)
Problem:    Huge build on macos uses dynamic Perl.
Solution:   Use built-in Perl, uninstall the brew one. (closes #11382)

.github/workflows/ci.yml
src/version.c

index 0e47142ab8e3f7433443d0444782b6124317084f..9ee8438a9e5196840c5a31889b3fe0d7fc309ca8 100644 (file)
@@ -304,6 +304,7 @@ jobs:
         run: |
           brew install lua
           echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
+          brew uninstall perl
 
       - name: Set up environment
         run: |
@@ -317,8 +318,7 @@ jobs:
           normal)
             ;;
           huge)
-            # Use "dynamic" for Perl otherwise it fails.
-            echo "CONFOPT=--enable-perlinterp=dynamic --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
+            echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
             ;;
           esac
           ) >> $GITHUB_ENV
index a035b035a622514e9c0b624527d554a033b8328e..79e1b8f17f868c0aa3c9a9da7234521a4ab9fce7 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    773,
 /**/
     772,
 /**/