mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Merge topic 'ci-intel-compiler'
f391c1c269gitlab-ci: add jobs testing Intel 2022.2.0 compilers on Linux29e45a94b0Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7742
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user