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

Zdenek Zambersky zzambers at openjdk.org
Fri Jan 27 14:05:34 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

This pull request has now been integrated.

Changeset: d0cbcc51
Author:    Zdenek Zambersky <zzambers at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/d0cbcc5101f166b0469b889ef6f05b2925f0760c
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8301122: [8u] Fix unreliable vs2010 download link

Reviewed-by: phh

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

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


More information about the jdk8u-dev mailing list