We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5b898 commit 3730407Copy full SHA for 3730407
.github/workflows/build_all.yml
@@ -25,7 +25,7 @@ env:
25
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
26
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
27
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
28
- CACHE_NUMBER: 8
+ CACHE_NUMBER: 6
29
SAMPLES_TAG: 2024.1.0
30
COMPILER_VERSION: 2024.1.0
31
TBB_VERSION: 2021.12.0
scripts/list_components_linux_aitools.sh
@@ -10,6 +10,7 @@ FILENAME=$2
10
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
11
chmod +x webimage.sh
12
sudo ./webimage.sh -b -p webimage_extracted
13
+sleep 10
14
rm -rf webimage.sh
15
source webimage_extracted/bin/activate base
16
installer_exit_code=$?
0 commit comments