Update intel_build_all.yml

This commit is contained in:
Martin Kroeker 2023-06-15 14:38:33 +02:00 committed by GitHub
parent b74bcd1607
commit b0cc200d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
name: build_all name: oneAPI_build_all
on: [push, pull_request] on: [push, pull_request]
@ -48,14 +48,14 @@ jobs:
- name: install - name: install
if: steps.cache-install.outputs.cache-hit != 'true' if: steps.cache-install.outputs.cache-hit != 'true'
run: | run: |
curl.exe --output %TEMP%\webimage.exe --url %WINDOWS_HPCKIT_URL% --retry 5 --retry-delay 5 curl.exe --output %TEMP%\webimage.exe --url $WINDOWS_HPCKIT_URL --retry 5 --retry-delay 5
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
del %TEMP%\webimage.exe del %TEMP%\webimage.exe
if "%WINDOWS_CPP_COMPONENTS%"=="" ( #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=. 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=.
) else ( #) else (
webimage_extracted\bootstrapper.exe -s --action install --components=%COMPONENTS% --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=. #webimage_extracted\bootstrapper.exe -s --action install --components=%COMPONENTS% --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
) #)
set installer_exit_code=%ERRORLEVEL% set installer_exit_code=%ERRORLEVEL%
rd /s/q "webimage_extracted" rd /s/q "webimage_extracted"
#scripts/install_windows.bat $WINDOWS_HPCKIT_URL $WINDOWS_CPP_COMPONENTS #scripts/install_windows.bat $WINDOWS_HPCKIT_URL $WINDOWS_CPP_COMPONENTS