Update intel_build_all.yml
This commit is contained in:
parent
69a12a4f7d
commit
682b0155b6
|
@ -52,12 +52,7 @@ jobs:
|
|||
--url https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe \
|
||||
--retry 5 --retry-delay 5 --max-time 600
|
||||
echo "extracting image"
|
||||
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted
|
||||
#--log extract.log
|
||||
del %TEMP%\webimage.exe
|
||||
echo "webimage downloaded & extracted"
|
||||
# if "$WINDOWS_CPP_COMPONENTS"=="" (
|
||||
# webimage_extracted\bootstrapper.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||
start /b /wait %TEMP%\webimage.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --continue-with-optional-error=yes
|
||||
# ) else (
|
||||
# webimage_extracted\bootstrapper.exe -s --action install --components=$WINDOWS_CPP_COMPONENTS --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||
#)
|
||||
|
|
Loading…
Reference in New Issue