From 43daf2ba7ce7b6998ff33ec2ba42c198bec35765 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 16 Oct 2024 09:32:43 -0400 Subject: [PATCH] gitlab-ci: add job testing Intel oneAPI 2024.2.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 b352b0612d..43bb7ccf97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -747,6 +747,13 @@ t:oneapi2024.1.0-makefiles: CMAKE_CI_BUILD_NAME: oneapi2024.1.0_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2024.1.0-el8 +t:oneapi2024.2.0-makefiles: + extends: + - .cmake_test_linux_inteloneapi_makefiles + variables: + CMAKE_CI_BUILD_NAME: oneapi2024.2.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2024.2.0-rocky9 + b:linux-x86_64-package: extends: - .linux_package