]> granicus.if.org Git - vim/commitdiff
patch 9.0.0755: huge build on macos always fails on CI v9.0.0755
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 09:54:27 +0000 (10:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 09:54:27 +0000 (10:54 +0100)
Problem:    Huge build on macos always fails on CI.
Solution:   Temporarily disable the perl interface.

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

index d92f6df21d251bfcbfab6f0d099f5fb91490b1f0..2d0ec4488eb411cf1da8528f1eec8185758e5ed2 100644 (file)
@@ -317,7 +317,8 @@ jobs:
           normal)
             ;;
           huge)
-            echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
+            #  FIXME: --enable-perlinterp temporarily removed, it always fails
+            echo "CONFOPT=--enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
             ;;
           esac
           ) >> $GITHUB_ENV
index 90fff9a0fa28d0370c892c40c7cc88cf6e9aa9ae..a917dfdf2de04b8b8eb67e803c2f9bf699e965be 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    755,
 /**/
     754,
 /**/