From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 15 Oct 2022 13:17:37 +0000 (+0100) Subject: patch 9.0.0759: huge build on macos does not use Perl X-Git-Tag: v9.0.0759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa7bb1d937308a60280e070b01baba5342148ff7;p=thirdparty%2Fvim.git patch 9.0.0759: huge build on macos does not use Perl Problem: Huge build on macos does not use Perl. Solution: Re-enable the Perl interface using "dynamic". (closes #11375) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d0ec4488e..0e47142ab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/src/version.c b/src/version.c index b5dc88fdb9..607c102fb0 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 759, /**/ 758, /**/