From 21a12bdd526ce75857737b46b915bee79c2e3b51 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 19 Dec 2022 18:06:38 -0800 Subject: [PATCH 1/4] linux oneapi 2023 --- travis/build_env.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 8843ca1d8d..35483560bc 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -49,6 +49,7 @@ echo DISTR is "$DISTR" dir_base="18971" dir_hpc="18977" base="m_BaseKit_p_2022.3.1.17244" +# base="m_BaseKit_p_2023.0.0.25441_offline" hpc="m_HPCKit_p_2022.3.1.15344" curl -sS -LJO https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_base"/"$base".dmg curl -sS -LJO https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_hpc"/"$hpc".dmg @@ -126,10 +127,10 @@ fi export TERM=dumb rm -f l_Base*sh l_HP*sh tries=0 ; until [ "$tries" -ge 10 ] ; do \ - dir_base="18970" - dir_hpc="18975" - base="l_BaseKit_p_2022.3.1.17310" - hpc="l_HPCKit_p_2022.3.1.16997" + dir_base="19079" + dir_hpc="19084" + base="l_BaseKit_p_2023.0.0.25537_offline.sh" + hpc="l_HPCKit_p_2023.0.0.25400_offline.sh" wget -nv https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_hpc"/"$hpc".sh \ && wget -nv https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_base"/"$base".sh \ && break ;\ @@ -170,6 +171,7 @@ fi sh ./"$hpc".sh -a -c -s --action install \ --components "$intel_components" \ --install-dir $IONEAPI_ROOT --eula accept + rm -f ./"$hpc".sh ./"$base".sh if [[ "$?" != 0 ]]; then echo "apt-get install failed: exit code " "${?}" exit 1 From 3f042526d5060f054a71e8acb8ce3ac663a58f97 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 19 Dec 2022 18:10:31 -0800 Subject: [PATCH 2/4] qemu and buildkit images to speed up --- .github/workflows/docker_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_actions.yml b/.github/workflows/docker_actions.yml index 655ff115cf..74ece4c8ca 100644 --- a/.github/workflows/docker_actions.yml +++ b/.github/workflows/docker_actions.yml @@ -38,7 +38,7 @@ jobs: id: qemu uses: docker/setup-qemu-action@v2 with: - image: crazymax/binfmt:v6.0.0 + image: tonistiigi/binfmt:qemu-v6.0.0-10 - name: Available platforms run: | echo ${{ steps.qemu.outputs.platforms }} @@ -47,7 +47,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: driver-opts: | - image=moby/buildkit:master + image=moby/buildkit:v0.10.4 - name: fetch cache if: (steps.setup-cache.outputs.cache-hit == 'true') && ( matrix.folder != 'helloworld' ) run: | From 3047167dc262383cad6e34907cc4df3b5316f3e1 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 19 Dec 2022 19:14:24 -0800 Subject: [PATCH 3/4] fix name --- travis/build_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 35483560bc..be09a281f0 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -129,8 +129,8 @@ fi tries=0 ; until [ "$tries" -ge 10 ] ; do \ dir_base="19079" dir_hpc="19084" - base="l_BaseKit_p_2023.0.0.25537_offline.sh" - hpc="l_HPCKit_p_2023.0.0.25400_offline.sh" + base="l_BaseKit_p_2023.0.0.25537_offline" + hpc="l_HPCKit_p_2023.0.0.25400_offline" wget -nv https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_hpc"/"$hpc".sh \ && wget -nv https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_base"/"$base".sh \ && break ;\ From 067233730ab4c74a3d9aabe6dd263a737b949f63 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 20 Dec 2022 10:33:26 -0800 Subject: [PATCH 4/4] oneapi 2023 for macos --- travis/build_env.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index be09a281f0..8aa507fa6f 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -46,11 +46,10 @@ echo DISTR is "$DISTR" else mkdir -p ~/mntdmg $IONEAPI_ROOT || true cd ~/Downloads - dir_base="18971" - dir_hpc="18977" - base="m_BaseKit_p_2022.3.1.17244" -# base="m_BaseKit_p_2023.0.0.25441_offline" - hpc="m_HPCKit_p_2022.3.1.15344" + dir_base="19080" + dir_hpc="19086" + base="m_BaseKit_p_2023.0.0.25441" + hpc="m_HPCKit_p_2023.0.0.25440" curl -sS -LJO https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_base"/"$base".dmg curl -sS -LJO https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_hpc"/"$hpc".dmg echo "installing BaseKit"