Przeglądaj źródła

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 <[email protected]>
Merge-request: !7742
Brad King 3 lat temu
rodzic
commit
5fec2ea078
2 zmienionych plików z 15 dodań i 0 usunięć
  1. 14 0
      .gitlab-ci.yml
  2. 1 0
      Tests/RunCMake/RunCMake.cmake

+ 14 - 0
.gitlab-ci.yml

@@ -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

+ 1 - 0
Tests/RunCMake/RunCMake.cmake

@@ -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"