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 1, 2024
1 parent 62ecfba commit 8c4e1eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tooling/reproducible/windows_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,12 @@ Check_Architecture
echo "---------------------------------------------"
Check_VS_Versions
echo "---------------------------------------------"
Get_SRC_UCRT_Version
echo "---------------------------------------------"
Check_UCRT_Location
echo "---------------------------------------------"
if [[ "${buildArgs}" != *"--use-adoptium-devkit"* ]]; then
Get_SRC_UCRT_Version
echo "---------------------------------------------"
Check_UCRT_Location
echo "---------------------------------------------"
fi
echo "All Validation Checks Passed - Proceeding To Build"
echo "---------------------------------------------"
Check_And_Install_Ant
Expand Down

0 comments on commit 8c4e1eb

Please sign in to comment.