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 4, 2024
1 parent 7a11368 commit 8511700
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 @@ -529,8 +529,8 @@ Clone_Build_Repo() {
echo "Cloning Temurin Build Repository"
echo ""
git clone -q https://github.com/andrew-m-leonard/openjdk-build "$WORK_DIR/temurin-build" || exit 1
echo "Switching To Build SHA From SBOM : win_repo"
(cd "$WORK_DIR/temurin-build" && git checkout -q "win_repo")
echo "Switching To Build SHA From SBOM : win_repro"
(cd "$WORK_DIR/temurin-build" && git checkout -q "win_repro")
echo "Completed"
fi
}
Expand Down

0 comments on commit 8511700

Please sign in to comment.