kodi-game / kodi-game-scripting

Scripting for Kodi Game add-ons
GNU General Public License v2.0
5 stars 9 forks source link

Update to msys2 2021-07-25 #105

Closed garbear closed 1 year ago

garbear commented 2 years ago

Description

In pursuit of solving our sporadic Windows failures (due to bad mirror while downloading msys2 package), I updated msys2 to the latest version on our mirrors.

We'll need some packages for gcc uploaded to our mirrors. In the meantime, I pointed pacman at the msys2 servers instead of our mirrors. This fixes download issues. Not sure if we should upload gcc packages to our mirrors and re-introduce the reason for the download errors in the first place.

How has this been tested?

Run of all add-ons: https://dev.azure.com/themagnificentmrb/kodi-game-scripting/_build/results?buildId=707&view=results

garbear commented 2 years ago

I did a run of all game add-ons and observed no download failures. Maybe we don't use our mirrors for game add-ons, as there's so many that failures are common and lots of add-ons fall behind when building a releases fails.

@thexai @wsnipex @Paxxi do you have an opinion on pulling packages from the msys2 servers?