]> Git Repo - J-u-boot.git/commit
azure: Use msys2 20210604 installer for Windows build
authorBin Meng <[email protected]>
Mon, 21 Jun 2021 23:33:21 +0000 (07:33 +0800)
committerTom Rini <[email protected]>
Tue, 22 Jun 2021 13:06:03 +0000 (09:06 -0400)
commit1ce892cb1ce970d8ee6ffcecc22351c84e67fca4
tree88a250e889a6165a834be63768d8c31640d6ae6f
parent97c8cb524c19f054036efd2b4429273bd503e39c
azure: Use msys2 20210604 installer for Windows build

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

  checking keyring...
  checking package integrity...
  error: gcc-libs: signature from "David Macek <[email protected]>" 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 <[email protected]>" 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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Tested-by: Tom Rini <[email protected]>
.azure-pipelines.yml
This page took 0.035238 seconds and 4 git commands to generate.