Skip to content

Commit

Permalink
Update windows_repro_build_compare.sh to allow for windows Redist dev…
Browse files Browse the repository at this point in the history
… kit

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 5, 2024
1 parent d5b0bc3 commit b2445ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/reproducible/windows_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ Clone_Build_Repo() {
if [ ! -r "$WORK_DIR/temurin-build" ] ; then
echo "Cloning Temurin Build Repository"
echo ""
git clone -q https://github.com/andrew-m-leonard/openjdk-build "$WORK_DIR/temurin-build" || exit 1
git clone -q https://github.com/adoptium/temurin-build "$WORK_DIR/temurin-build" || exit 1
echo "Switching To Build SHA From SBOM : $buildSHA"
(cd "$WORK_DIR/temurin-build" && git checkout -q "win_repro")
(cd "$WORK_DIR/temurin-build" && git checkout -q "$buildSHA")
echo "Completed"
fi
}
Expand Down

0 comments on commit b2445ce

Please sign in to comment.