Merge topic 'ci-intel-compiler'

f391c1c269 gitlab-ci: add jobs testing Intel 2022.2.0 compilers on Linux
29e45a94b0 Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warnings

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7742
This commit is contained in:
Brad King
2022-10-04 14:32:16 +00:00
committed by Kitware Robot
2 changed files with 15 additions and 0 deletions

View File

@@ -591,6 +591,13 @@ t:intel2021.6.0-makefiles:
CMAKE_CI_BUILD_NAME: intel2021.6.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.1.0-el8
t:intel2021.7.0-makefiles:
extends:
- .cmake_test_linux_intelclassic_makefiles
variables:
CMAKE_CI_BUILD_NAME: intel2021.7.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.2.0-el8
t:oneapi2021.1.1-makefiles:
extends:
- .cmake_test_linux_inteloneapi_makefiles
@@ -640,6 +647,13 @@ t:oneapi2022.1.0-makefiles:
CMAKE_CI_BUILD_NAME: oneapi2022.1.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.1.0-el8
t:oneapi2022.2.0-makefiles:
extends:
- .cmake_test_linux_inteloneapi_makefiles
variables:
CMAKE_CI_BUILD_NAME: oneapi2022.2.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.2.0-el8
b:linux-x86_64-package:
extends:
- .linux_package

View File

@@ -164,6 +164,7 @@ function(run_cmake test)
"|Your license to use PGI[^\n]*expired"
"|Please obtain a new version at"
"|contact PGI Sales at"
"|icp?c: remark #10441: The Intel\\(R\\) C\\+\\+ Compiler Classic \\(ICC\\) is deprecated"
"|[^\n]*install_name_tool: warning: changes being made to the file will invalidate the code signature in:"
"|[^\n]*xcodebuild[^\n]*DVTPlugInManager"