Remove c++11-off CI jobs.

This is step 1 in preparing to transition beyond c++03.
This commit is contained in:
Antonio Sanchez
2021-08-24 08:57:02 -07:00
committed by Rasmus Munk Larsen
parent 90b3b6b572
commit 4011e4d258
4 changed files with 2 additions and 312 deletions

View File

@@ -24,17 +24,6 @@
######## x86-64 ################################################################
# GCC-4.8 (the oldest compiler we support)
build:x86-64:linux:gcc-4.8:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-4.8"
EIGEN_CI_CC_COMPILER: "gcc-4.8"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:gcc-4.8:cxx11-on:
extends: .build:linux:base
variables:
@@ -47,17 +36,6 @@ build:x86-64:linux:gcc-4.8:cxx11-on:
- x86-64
# GCC-9
build:x86-64:linux:gcc-9:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-9"
EIGEN_CI_CC_COMPILER: "gcc-9"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:gcc-9:cxx11-on:
extends: .build:linux:base
variables:
@@ -70,17 +48,6 @@ build:x86-64:linux:gcc-9:cxx11-on:
- x86-64
# GCC-10
build:x86-64:linux:gcc-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:gcc-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -93,17 +60,6 @@ build:x86-64:linux:gcc-10:cxx11-on:
- x86-64
# Clang-10
build:x86-64:linux:clang-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- x86-64
build:x86-64:linux:clang-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -117,17 +73,6 @@ build:x86-64:linux:clang-10:cxx11-on:
######## AArch64 ###############################################################
# GCC-10
build:aarch64:linux:gcc-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- aarch64
build:aarch64:linux:gcc-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -140,17 +85,6 @@ build:aarch64:linux:gcc-10:cxx11-on:
- aarch64
# Clang-10
build:aarch64:linux:clang-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- aarch64
build:aarch64:linux:clang-10:cxx11-on:
extends: .build:linux:base
variables:
@@ -166,18 +100,6 @@ build:aarch64:linux:clang-10:cxx11-on:
# Currently all ppc64le jobs are allowed to fail
# GCC-10
build:ppc64le:linux:gcc-10:cxx11-off:
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "off"
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_CXX_FLAGS='-DEIGEN_ALTIVEC_DISABLE_MMA'"
tags:
- eigen-runner
- linux
- ppc64le
build:ppc64le:linux:gcc-10:cxx11-on:
allow_failure: true
extends: .build:linux:base
@@ -190,19 +112,7 @@ build:ppc64le:linux:gcc-10:cxx11-on:
- linux
- ppc64le
# # Clang-10
build:ppc64le:linux:clang-10:cxx11-off:
allow_failure: true
extends: .build:linux:base
variables:
EIGEN_CI_CXX_COMPILER: "clang++-10"
EIGEN_CI_CC_COMPILER: "clang-10"
EIGEN_TEST_CXX11: "off"
tags:
- eigen-runner
- linux
- ppc64le
# Clang-10
build:ppc64le:linux:clang-10:cxx11-on:
allow_failure: true
extends: .build:linux:base