ci: Update to IntelLLVM 2025.1 on Windows

This commit is contained in:
Brad King
2025-05-21 15:32:14 -04:00
parent 3bce19c653
commit ebeee21983
3 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
$erroractionpreference = "stop"
if ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(oneapi2024\.1\.0)(_|$)") {
# Intel oneAPI 2024.1.0
$version = "2024.1.0"
$version_dir = "2024.1"
if ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(oneapi2025\.1)(_|$)") {
# Intel oneAPI 2025.1.2
$version = "2025.1.2"
$version_dir = "2025.1"
$bin_dir = "bin"
$llvm_dir = "bin\compiler"
$filename = "intel-oneapi-$version-windows-1"
$sha256sum = "CB6857C08CD815722913358EC495AA575C2EED730646098A6CF7178E55FA7323"
$sha256sum = "CA7D5B4E5C11AA9FAF6ED56045D2440F620A2DA3D8BF2B8B644280C9B10DE844"
} elseif ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(intel2021\.9\.0)(_|$)") {
# Intel oneAPI 2023.1.0
$version = "2023.1.0"