Skip to content

Commit

Permalink
Reproducible verification build blog
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Aug 6, 2024
1 parent 74e4e1f commit f813334
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ unzip OpenJDK21U-jdk_x64_windows_hotspot_21.0.4_7.zip

. Download and setup the Adoptium temurin-build reproducible build comparison tooling for Windows
+
Due to the Temurin “signing signatures” of the Windows .exe/dll’s, processing is necessary to remove the unique digital signatures using the Windows signtool.exe tool. To aid this process and perform the comparison the Adoptium temurin-build tooling provides a reproducible compare script
Due to the Temurin “signing signatures” of the Windows .exe/dll’s, processing is necessary to remove the unique digital signatures using the Windows signtool.exe tool. To aid this process and perform the comparison the Adoptium temurin-build tooling provides a reproducible compare script.
+
Perform the following steps to clone and setup your environment to run the temurin-build reproducible compare script :
+
- git clone https://github.com/adoptium/temurin-build.git
- cd temurin-build/tooling
Expand Down

0 comments on commit f813334

Please sign in to comment.