RFR: 8317601: Windows build on WSL broken after JDK-8317340

Daniel Jeliński djelinski at openjdk.org
Fri Oct 6 11:39:21 UTC 2023


On Fri, 6 Oct 2023 10:17:25 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:

> [JDK-8317340](https://bugs.openjdk.org/browse/JDK-8317340) introduced -pathmap'ing of VS_INCLUDE paths to enable reproducible Windows builds that are not dependent on the Visual Studio tooling install location. This however requires pathmap'ing the Windows long paths generated by the compiler, which is no easy task within WSL.
> 
> This PR excludes the VS include pathmap'ing within WSL, which will mean for reproducible builds on WSL, the same VS install location must be used.

Works for me.

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

Marked as reviewed by djelinski (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16069#pullrequestreview-1661678859


More information about the build-dev mailing list