[jdk8u-dev] RFR: 8301122: [8u] Fix unreliable vs2010 download link
Paul Hohensee
phh at openjdk.org
Thu Jan 26 23:41:25 UTC 2023
On Wed, 25 Jan 2023 22:48:24 GMT, Zdenek Zambersky <zzambers 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.
-------------
Marked as reviewed by phh (Reviewer).
PR: https://git.openjdk.org/jdk8u-dev/pull/240
More information about the jdk8u-dev
mailing list