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

Andrew Leonard aleonard at openjdk.org
Fri Oct 6 13:06:33 UTC 2023


> [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.

Andrew Leonard has updated the pull request incrementally with one additional commit since the last revision:

  8317601: Windows build on WSL broken after JDK-8317340
  
  Signed-off-by: Andrew Leonard <anleonar at redhat.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16069/files
  - new: https://git.openjdk.org/jdk/pull/16069/files/f8a74318..9169a6a7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16069&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16069&range=00-01

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16069.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16069/head:pull/16069

PR: https://git.openjdk.org/jdk/pull/16069


More information about the build-dev mailing list