]> granicus.if.org Git - vim/commitdiff
patch 9.0.0759: huge build on macos does not use Perl v9.0.0759
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 15 Oct 2022 13:17:37 +0000 (14:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 13:17:37 +0000 (14:17 +0100)
Problem:    Huge build on macos does not use Perl.
Solution:   Re-enable the Perl interface using "dynamic". (closes #11375)

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

index 2d0ec4488eb411cf1da8528f1eec8185758e5ed2..0e47142ab8e3f7433443d0444782b6124317084f 100644 (file)
@@ -317,8 +317,8 @@ jobs:
           normal)
             ;;
           huge)
-            #  FIXME: --enable-perlinterp temporarily removed, it always fails
-            echo "CONFOPT=--enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
+            # Use "dynamic" for Perl otherwise it fails.
+            echo "CONFOPT=--enable-perlinterp=dynamic --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
             ;;
           esac
           ) >> $GITHUB_ENV
index b5dc88fdb95f2732a87aa2ebf6f6e8c35b28c9a1..607c102fb00bd32d614d9019799a01f0e4d7ed35 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    759,
 /**/
     758,
 /**/