From 401ff618cf5bb93648c05f025dfa96b0324e94b7 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 6 Jul 2019 17:58:12 +0100 Subject: [PATCH] appveyor: Workaround a Cygwin setup bug Run Cygwin's setup a second time to workaround for it's defective handling of obsolete packages. (Specifically, python3-lxml is currently obsoleted by python36-lxml, but that doesn't get installed on the first run) --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 50072acd4..b86e33ed4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -69,6 +69,7 @@ xkbcomp-devel,\ xkeyboard-config,\ xtrans" - echo Install done +- "%CYGWIN_ROOT%\\%SETUP% -qnNdO -R %CYGWIN_ROOT% -s %CYGWIN_MIRROR% -l %CACHE% -g" cache: - C:\cache - '%CYGWIN_ROOT%\home\%USERNAME%\.ccache'