Integrated: 8317601: Windows build on WSL broken after JDK-8317340
Andrew Leonard
aleonard at openjdk.org
Mon Oct 9 07:44:18 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.
This pull request has now been integrated.
Changeset: bcc986b9
Author: Andrew Leonard <aleonard at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/bcc986b9d142af8d84da316750ca4da256fad6e2
Stats: 8 lines in 2 files changed: 6 ins; 0 del; 2 mod
8317601: Windows build on WSL broken after JDK-8317340
Reviewed-by: djelinski, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/16069
More information about the build-dev
mailing list