Skip to content

Commit 3730407

Browse files
committed
Update cache and add sleep to aitools
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent bc5b898 commit 3730407

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2626
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
2727
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
28-
CACHE_NUMBER: 8
28+
CACHE_NUMBER: 6
2929
SAMPLES_TAG: 2024.1.0
3030
COMPILER_VERSION: 2024.1.0
3131
TBB_VERSION: 2021.12.0

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FILENAME=$2
1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
1212
sudo ./webimage.sh -b -p webimage_extracted
13+
sleep 10
1314
rm -rf webimage.sh
1415
source webimage_extracted/bin/activate base
1516
installer_exit_code=$?

0 commit comments

Comments
 (0)