From dd4e0ae1961236c5486397fce4becf3278f3cec2 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Fri, 23 Mar 2018 17:34:46 +0100 Subject: [PATCH] appveyor: remove the catgets workaround again I suggest that we remove the appveyor pacman-catgets workaround because it seems it is not needed anymore and now uninstalling catgets even causes a "target not found" error. Thank you very much --- .appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 78fbb3100..bf9da44e1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,8 +32,6 @@ init: install: - ps: if (Test-Path Env:\CYG_ROOT) { Start-FileDownload "http://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP" } - if defined CYG_ROOT (%CYG_SETUP% --quiet-mode --no-shortcuts --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages "%CYG_PACKAGES%" --upgrade-also) - # remove the conflicting package "catgets" (it conflicts with msys2-runtime) - - if defined MSYSTEM (%BASH% -lc "pacman -Rns catgets --noconfirm") - if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm") # the following line is not a duplicate line: # it is necessary to upgrade the MSYS base files and after that all the packages