[jdk8u-dev] RFR: 8301122: [8u] Fix unreliable vs2010 download link

Zdenek Zambersky zzambers at openjdk.org
Fri Jan 27 14:05:32 UTC 2023


On Thu, 26 Jan 2023 23:39:00 GMT, Paul Hohensee <phh at openjdk.org> wrote:

>> **Problem:**
>> Link to web.archive.org is currently used to download vs2010, since original download link for vs2010 from Microsoft is dead. Even though it usually works, download from web.archive.org fails from time to time, causing windows x86 build failures in github CI.
>> 
>> **Fix:**
>> Switch to more reliable download link for vs2010. Use download link used by winetricks project instead. (As they also switched away from web.archive.org link, when they faced the same problem in the past. [1]) Test code already does fingerprint check of downloaded file, so changing download link should be safe.
>> 
>> [1] https://github.com/Winetricks/winetricks/pull/952
>
> Lgtm.

@phohensee @jerboaa thanks

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/240


More information about the jdk8u-dev mailing list