Update ci workflows

This commit is contained in:
ado
2023-08-07 01:33:50 +02:00
parent d86c8e9fe8
commit e7045ce437
2 changed files with 9 additions and 9 deletions

View File

@@ -17,8 +17,8 @@ on:
env:
URL_BASE: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431
LINUX_BASEKIT_URL: ${{URL_BASE}}/l_BaseKit_p_2021.1.0.2659_offline.sh
LINUX_HPCKIT_URL: ${{URL_BASE}}/l_HPCKit_p_2021.1.0.2684_offline.sh
LINUX_BASEKIT_SCRIPT: l_BaseKit_p_2021.1.0.2659_offline.sh
LINUX_HPCKIT_SCRIPT: l_HPCKit_p_2021.1.0.2684_offline.sh
jobs:
icc_tests:
@@ -46,13 +46,14 @@ jobs:
path: |
/opt/intel/oneapi/compiler
key: >-
install-${{env.LINUX_HPCKIT_URL}}-
install-${{env.URL_BASE}}/${{env.LINUX_HPCKIT_SCRIPT}}-
${{env.LINUX_CPP_COMPONENTS_WEB}}-
compiler-${{hashFiles('**/scripts/cache_exclude_linux.sh')}}
- name: Install icc
run: >-
script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB
script/ci_install_icc.sh ${URL_BASE}/${LINUX_HPCKIT_SCRIPT}
${URL_BASE}/${LINUX_CPP_COMPONENTS_WEB}
- name: CMake
run: echo "/host_usr_local/bin" >> $GITHUB_PATH