From d988ef3a555df2c686899a74393ed53b3186370c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 15 Oct 2022 10:54:27 +0100 Subject: patch 9.0.0755: huge build on macos always fails on CI Problem: Huge build on macos always fails on CI. Solution: Temporarily disable the perl interface. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d92f6df21..2d0ec4488 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.1