[jdk8u-dev] RFR: 8366112: [8u] GHA: Fix broken installation of Windows SDK
Severin Gehwolf
sgehwolf at openjdk.org
Tue Aug 26 08:48:42 UTC 2025
On Mon, 25 Aug 2025 16:44:29 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:
> Installation of Windows SDK 10 by VS 2017 [no longer works](https://github.com/kvergizova/jdk8u-dev/actions/runs/17135435204/job/48610166513). This causes configure failure for windows x64 builds (during freetype configuration):
>
>
> configure: User specified --with-freetype-src but building freetype failed. (see freetype.log for build results)
>
>
> Actual failure is (from freetype.log):
>
> C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.17763.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:\a\jdk8u-dev\jdk8u-dev\freetype\builds\windows\vc2010\freetype.vcxproj]
>
>
> While VS 2017 shows no installation errors, it seems like requested SDK version (17763) is no longer available and need to be updated. (VS 2017 installer apparently downloads components from the internet)
>
> Fix:
> When checked manually in Windows VM, `19041` was only Windows SDK 10 version available in VS2017 installer, so I switched to that version.
OK
@zzambers Please apply for approval to get the Windows builds unstuck in GHA. Thanks!
-------------
Marked as reviewed by sgehwolf (Reviewer).
PR Review: https://git.openjdk.org/jdk8u-dev/pull/681#pullrequestreview-3154604468
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/681#issuecomment-3223216559
More information about the jdk8u-dev
mailing list