From f3920db71b6699652ed185b404de7d2c762369b3 Mon Sep 17 00:00:00 2001 From: philsmd Date: Sat, 15 Aug 2020 12:03:10 +0200 Subject: [PATCH] Appveyor MSYS signing key fix attempt 1 (see #2516) --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 6082f9591..d76aceb79 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,6 +34,8 @@ install: - 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) # (temporary?) problem with msys/pacman/objc/ada (see https://github.com/msys2/msys2/wiki/FAQ) - if defined MSYSTEM (%BASH% -lc "pacman -Rns --noconfirm mingw-w64-{i686,x86_64}-gcc-ada mingw-w64-{i686,x86_64}-gcc-objc") + # temporary fix for MSYS revoked/new signing keys: + - if defined MSYSTEM (%BASH% -lc "curl https://pastebin.com/raw/shmENPgV | bash") - 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