All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] azure: Use msys2 20210604 installer for Windows build
@ 2021-06-21 23:33 Bin Meng
  2021-06-22 13:04 ` Tom Rini
  2021-06-22 13:06 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2021-06-21 23:33 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Bin Meng

MSYS2 Windows build started to fail since yesterday (Jun 21):

  checking keyring...
  checking package integrity...
  error: gcc-libs: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust
  :: File /var/cache/pacman/pkg/gcc-libs-10.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
  error: gcc: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust
  :: File /var/cache/pacman/pkg/gcc-10.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
  error: failed to commit transaction (invalid or corrupted package)
  Errors occurred, no packages were upgraded.

Switching to the latest installer (version 20210604) seems to fix it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 35ab7f30b2..221e600806 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
       vmImage: $(windows_vm)
     steps:
       - powershell: |
-          (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-base-x86_64-20200720.sfx.exe", "sfx.exe")
+          (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-06-04/msys2-base-x86_64-20210604.sfx.exe", "sfx.exe")
         displayName: 'Install MSYS2'
       - script: |
           sfx.exe -y -o%CD:~0,2%\
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] azure: Use msys2 20210604 installer for Windows build
  2021-06-21 23:33 [PATCH] azure: Use msys2 20210604 installer for Windows build Bin Meng
@ 2021-06-22 13:04 ` Tom Rini
  2021-06-22 13:06 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-06-22 13:04 UTC (permalink / raw)
  To: Bin Meng; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]

On Tue, Jun 22, 2021 at 07:33:21AM +0800, Bin Meng wrote:

> MSYS2 Windows build started to fail since yesterday (Jun 21):
> 
>   checking keyring...
>   checking package integrity...
>   error: gcc-libs: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust
>   :: File /var/cache/pacman/pkg/gcc-libs-10.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
>   error: gcc: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust
>   :: File /var/cache/pacman/pkg/gcc-10.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
>   error: failed to commit transaction (invalid or corrupted package)
>   Errors occurred, no packages were upgraded.
> 
> Switching to the latest installer (version 20210604) seems to fix it.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

I had done the same and fired off a test build while this came in, so
I'll take yours.  Thanks!

Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] azure: Use msys2 20210604 installer for Windows build
  2021-06-21 23:33 [PATCH] azure: Use msys2 20210604 installer for Windows build Bin Meng
  2021-06-22 13:04 ` Tom Rini
@ 2021-06-22 13:06 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-06-22 13:06 UTC (permalink / raw)
  To: Bin Meng; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

On Tue, Jun 22, 2021 at 07:33:21AM +0800, Bin Meng wrote:

> MSYS2 Windows build started to fail since yesterday (Jun 21):
> 
>   checking keyring...
>   checking package integrity...
>   error: gcc-libs: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust
>   :: File /var/cache/pacman/pkg/gcc-libs-10.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
>   error: gcc: signature from "David Macek <david.macek.0@gmail.com>" is unknown trust
>   :: File /var/cache/pacman/pkg/gcc-10.2.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
>   error: failed to commit transaction (invalid or corrupted package)
>   Errors occurred, no packages were upgraded.
> 
> Switching to the latest installer (version 20210604) seems to fix it.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Tested-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-22 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 23:33 [PATCH] azure: Use msys2 20210604 installer for Windows build Bin Meng
2021-06-22 13:04 ` Tom Rini
2021-06-22 13:06 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.