mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove c++11-off CI jobs.
This is step 1 in preparing to transition beyond c++03.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
90b3b6b572
commit
4011e4d258
@@ -29,27 +29,6 @@
|
||||
|
||||
##### x86-64 ###################################################################
|
||||
# GCC-4.8
|
||||
.test:x86-64:linux:gcc-4.8:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: g++-4.8
|
||||
EIGEN_CI_CC_COMPILER: gcc-4.8
|
||||
needs: [ "build:x86-64:linux:gcc-4.8:cxx11-off" ]
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- x86-64
|
||||
|
||||
test:x86-64:linux:gcc-4.8:cxx11-off:official:
|
||||
extends: .test:x86-64:linux:gcc-4.8:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:x86-64:linux:gcc-4.8:cxx11-off:unsupported:
|
||||
extends: .test:x86-64:linux:gcc-4.8:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:x86-64:linux:gcc-4.8:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -72,27 +51,6 @@ test:x86-64:linux:gcc-4.8:cxx11-on:unsupported:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
# GCC-9
|
||||
.test:x86-64:linux:gcc-9:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: g++-9
|
||||
EIGEN_CI_CC_COMPILER: gcc-9
|
||||
needs: [ "build:x86-64:linux:gcc-9:cxx11-off" ]
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- x86-64
|
||||
|
||||
test:x86-64:linux:gcc-9:cxx11-off:official:
|
||||
extends: .test:x86-64:linux:gcc-9:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:x86-64:linux:gcc-9:cxx11-off:unsupported:
|
||||
extends: .test:x86-64:linux:gcc-9:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:x86-64:linux:gcc-9:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -115,28 +73,6 @@ test:x86-64:linux:gcc-9:cxx11-on:unsupported:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
# GCC-10
|
||||
.test:x86-64:linux:gcc-10:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: g++-10
|
||||
EIGEN_CI_CC_COMPILER: gcc-10
|
||||
needs: [ "build:x86-64:linux:gcc-10:cxx11-off" ]
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- x86-64
|
||||
|
||||
test:x86-64:linux:gcc-10:cxx11-off:official:
|
||||
extends: .test:x86-64:linux:gcc-10:cxx11-off
|
||||
allow_failure: true
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:x86-64:linux:gcc-10:cxx11-off:unsupported:
|
||||
extends: .test:x86-64:linux:gcc-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:x86-64:linux:gcc-10:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -161,27 +97,6 @@ test:x86-64:linux:gcc-10:cxx11-on:unsupported:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
# Clang 10
|
||||
.test:x86-64:linux:clang-10:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: clang++-10
|
||||
EIGEN_CI_CC_COMPILER: clang-10
|
||||
needs: [ "build:x86-64:linux:clang-10:cxx11-off" ]
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- x86-64
|
||||
|
||||
test:x86-64:linux:clang-10:cxx11-off:official:
|
||||
extends: .test:x86-64:linux:clang-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:x86-64:linux:clang-10:cxx11-off:unsupported:
|
||||
extends: .test:x86-64:linux:clang-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:x86-64:linux:clang-10:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -205,29 +120,6 @@ test:x86-64:linux:clang-10:cxx11-on:unsupported:
|
||||
|
||||
##### AArch64 ##################################################################
|
||||
# GCC-10
|
||||
.test:aarch64:linux:gcc-10:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: g++-10
|
||||
EIGEN_CI_CC_COMPILER: gcc-10
|
||||
needs: [ "build:aarch64:linux:gcc-10:cxx11-off" ]
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- aarch64
|
||||
|
||||
test:aarch64:linux:gcc-10:cxx11-off:official:
|
||||
extends: .test:aarch64:linux:gcc-10:cxx11-off
|
||||
allow_failure: true
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:aarch64:linux:gcc-10:cxx11-off:unsupported:
|
||||
extends: .test:aarch64:linux:gcc-10:cxx11-off
|
||||
allow_failure: true
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:aarch64:linux:gcc-10:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -252,28 +144,6 @@ test:aarch64:linux:gcc-10:cxx11-on:unsupported:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
# Clang 10
|
||||
.test:aarch64:linux:clang-10:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: clang++-10
|
||||
EIGEN_CI_CC_COMPILER: clang-10
|
||||
needs: [ "build:aarch64:linux:clang-10:cxx11-off" ]
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- aarch64
|
||||
|
||||
test:aarch64:linux:clang-10:cxx11-off:official:
|
||||
extends: .test:aarch64:linux:clang-10:cxx11-off
|
||||
allow_failure: true
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:aarch64:linux:clang-10:cxx11-off:unsupported:
|
||||
extends: .test:aarch64:linux:clang-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:aarch64:linux:clang-10:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -298,28 +168,6 @@ test:aarch64:linux:clang-10:cxx11-on:unsupported:
|
||||
|
||||
##### ppc64le ##################################################################
|
||||
# GCC-10
|
||||
.test:ppc64le:linux:gcc-10:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: g++-10
|
||||
EIGEN_CI_CC_COMPILER: gcc-10
|
||||
needs: [ "build:ppc64le:linux:gcc-10:cxx11-off" ]
|
||||
allow_failure: true
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- ppc64le
|
||||
|
||||
test:ppc64le:linux:gcc-10:cxx11-off:official:
|
||||
extends: .test:ppc64le:linux:gcc-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:ppc64le:linux:gcc-10:cxx11-off:unsupported:
|
||||
extends: .test:ppc64le:linux:gcc-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
.test:ppc64le:linux:gcc-10:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
@@ -342,29 +190,7 @@ test:ppc64le:linux:gcc-10:cxx11-on:unsupported:
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
# # Clang 10
|
||||
.test:ppc64le:linux:clang-10:cxx11-off:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: clang++-10
|
||||
EIGEN_CI_CC_COMPILER: clang-10
|
||||
needs: [ "build:ppc64le:linux:clang-10:cxx11-off" ]
|
||||
allow_failure: true
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- ppc64le
|
||||
|
||||
test:ppc64le:linux:clang-10:cxx11-off:official:
|
||||
extends: .test:ppc64le:linux:clang-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Official"
|
||||
|
||||
test:ppc64le:linux:clang-10:cxx11-off:unsupported:
|
||||
extends: .test:ppc64le:linux:clang-10:cxx11-off
|
||||
variables:
|
||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||
|
||||
# Clang 10
|
||||
.test:ppc64le:linux:clang-10:cxx11-on:
|
||||
extends: .test:linux:base
|
||||
variables:
|
||||
|
||||
Reference in New Issue
Block a user