From fac8a0059e91f9fedffd5879a9743c9e2b0d7d87 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 9 Jan 2017 12:36:38 +0100 Subject: [PATCH 1/1] appveyor: try without perl --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 50c86f604d..72d470e4b5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,8 +20,9 @@ environment: install: # Strawberry perl is the one to work with gcc; AppVeyor provides ActiveState perl, which is the one to work with visual. -- choco install --limit-output strawberryperl --version 5.20.1.1 -- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% +# This package is so outdated and broken that we cannot use it anymore. So we build without perl +# - choco install --limit-output strawberryperl --version 5.20.1.1 +# - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% # Lua #- choco install lua53 # We need python v3 -- 2.20.1