Skip to content

Commit

Permalink
github-actions: windows: no need to specify config anymore.
Browse files Browse the repository at this point in the history
Build/Scripts/setup_intel_compilers.bat does the job.
  • Loading branch information
marcfehling committed Nov 9, 2024
1 parent 0fae855 commit 358206d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ jobs:
webimage_hpc_extracted\bootstrapper.exe -s --action install --components=%WINDOWS_HPCKIT_COMPONENTS% --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
rd /s/q "webimage_hpc_extracted"
# github-actions does not cache windows symlinks, so we need to specify the version of each component explicitly
# https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows/use-a-config-file-for-setvars-bat-on-windows.html
# https://oneapi-src.github.io/oneapi-ci/
- name: specify oneapi version
run: |
(
echo compiler=2024.2.1
echo mkl=2024.2.1
echo mpi=2021.13.1
) > oneapi_config.txt
- name: build fds debug
run: |
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
Expand Down

0 comments on commit 358206d

Please sign in to comment.