Bring in the latest version of perl
authorAnthony Green <green@moxielogic.com>
Wed, 2 Jun 2021 02:34:37 +0000 (22:34 -0400)
committerAnthony Green <green@moxielogic.com>
Wed, 2 Jun 2021 02:35:19 +0000 (22:35 -0400)
.appveyor.yml

index e1fb634914d99bb32bdf23c4c7b2660b21c8d831..f095f7b812dcd14bbc96390c955c360174789118 100644 (file)
@@ -62,7 +62,7 @@ install:
           $env:DEBUG_ARG="--disable-debug"
       }
   - 'appveyor DownloadFile https://cygwin.com/setup-x86.exe -FileName setup.exe'
-  - 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu >NUL'
+  - 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu,perl >NUL'
   - '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'
   - echo call VsDevCmd to set VS150COMNTOOLS
   - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
@@ -77,7 +77,7 @@ build_script:
   - c:\cygwin\bin\sh -lc "(cd $OLDPWD; make)"
   - c:\cygwin\bin\sh -lc "(cd $OLDPWD; cp `find . -name 'libffi-?.dll'` $HOST/testsuite/)"
   - c:\cygwin\bin\sh -lc "(cd $OLDPWD; make check RUNTESTFLAGS='-v -v -v -v')"
-  
-  
+
+
 on_finish:
   - c:\cygwin\bin\sh -lc "(cd $OLDPWD; cat `find ./ -name libffi.log`)"