From f8133342f8b500be6d7fcd1d705b448a28011bae Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Tue, 6 Aug 2024 15:42:06 +0100 Subject: [PATCH] Reproducible verification build blog Signed-off-by: Andrew Leonard --- .../docs/reproducible-builds/reproduce-windows-x64/index.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/asciidoc-pages/docs/reproducible-builds/reproduce-windows-x64/index.adoc b/content/asciidoc-pages/docs/reproducible-builds/reproduce-windows-x64/index.adoc index deaf54b58..75db834db 100644 --- a/content/asciidoc-pages/docs/reproducible-builds/reproduce-windows-x64/index.adoc +++ b/content/asciidoc-pages/docs/reproducible-builds/reproduce-windows-x64/index.adoc @@ -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