From 800a520f01b7cd3c0f8faf08c838150cca6102a3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 30 Jan 2026 11:01:13 -0500 Subject: [PATCH] ci: add job testing Intel oneAPI 2025.3.0 compilers on Linux There is no corresponding Intel classic C/C++ compiler version. --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72860a8e38..c39cd711db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -991,6 +991,13 @@ t:oneapi2025.2.0-makefiles: CMAKE_CI_BUILD_NAME: oneapi2025.2.0_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2025.2.0-rocky9 +t:oneapi2025.3.0-makefiles: + extends: + - .cmake_test_linux_inteloneapi_makefiles + variables: + CMAKE_CI_BUILD_NAME: oneapi2025.3.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2025.3.0-rocky9 + b:linux-x86_64-package: extends: - .linux_package