mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Re-enable CI for Power
This commit is contained in:
parent
4811e81966
commit
824272cde8
@ -166,51 +166,51 @@ build:aarch64:linux:clang-10:cxx11-on:
|
|||||||
# Currently all ppc64le jobs are allowed to fail
|
# Currently all ppc64le jobs are allowed to fail
|
||||||
|
|
||||||
# GCC-10
|
# GCC-10
|
||||||
# build:ppc64le:linux:gcc-10:cxx11-off:
|
build:ppc64le:linux:gcc-10:cxx11-off:
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# extends: .build:linux:base
|
extends: .build:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: "g++-10"
|
EIGEN_CI_CXX_COMPILER: "g++-10"
|
||||||
# EIGEN_CI_CC_COMPILER: "gcc-10"
|
EIGEN_CI_CC_COMPILER: "gcc-10"
|
||||||
# EIGEN_TEST_CXX11: "off"
|
EIGEN_TEST_CXX11: "off"
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# build:ppc64le:linux:gcc-10:cxx11-on:
|
build:ppc64le:linux:gcc-10:cxx11-on:
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# extends: .build:linux:base
|
extends: .build:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: "g++-10"
|
EIGEN_CI_CXX_COMPILER: "g++-10"
|
||||||
# EIGEN_CI_CC_COMPILER: "gcc-10"
|
EIGEN_CI_CC_COMPILER: "gcc-10"
|
||||||
# EIGEN_TEST_CXX11: "on"
|
EIGEN_TEST_CXX11: "on"
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# # Clang-10
|
# # Clang-10
|
||||||
# build:ppc64le:linux:clang-10:cxx11-off:
|
build:ppc64le:linux:clang-10:cxx11-off:
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# extends: .build:linux:base
|
extends: .build:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: "clang++-10"
|
EIGEN_CI_CXX_COMPILER: "clang++-10"
|
||||||
# EIGEN_CI_CC_COMPILER: "clang-10"
|
EIGEN_CI_CC_COMPILER: "clang-10"
|
||||||
# EIGEN_TEST_CXX11: "off"
|
EIGEN_TEST_CXX11: "off"
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# build:ppc64le:linux:clang-10:cxx11-on:
|
build:ppc64le:linux:clang-10:cxx11-on:
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# extends: .build:linux:base
|
extends: .build:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: "clang++-10"
|
EIGEN_CI_CXX_COMPILER: "clang++-10"
|
||||||
# EIGEN_CI_CC_COMPILER: "clang-10"
|
EIGEN_CI_CC_COMPILER: "clang-10"
|
||||||
# EIGEN_TEST_CXX11: "on"
|
EIGEN_TEST_CXX11: "on"
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
@ -298,91 +298,91 @@ test:aarch64:linux:clang-10:cxx11-on:unsupported:
|
|||||||
|
|
||||||
##### ppc64le ##################################################################
|
##### ppc64le ##################################################################
|
||||||
# GCC-10
|
# GCC-10
|
||||||
# .test:ppc64le:linux:gcc-10:cxx11-off:
|
.test:ppc64le:linux:gcc-10:cxx11-off:
|
||||||
# extends: .test:linux:base
|
extends: .test:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: g++-10
|
EIGEN_CI_CXX_COMPILER: g++-10
|
||||||
# EIGEN_CI_CC_COMPILER: gcc-10
|
EIGEN_CI_CC_COMPILER: gcc-10
|
||||||
# needs: [ "build:ppc64le:linux:gcc-10:cxx11-off" ]
|
needs: [ "build:ppc64le:linux:gcc-10:cxx11-off" ]
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# test:ppc64le:linux:gcc-10:cxx11-off:official:
|
test:ppc64le:linux:gcc-10:cxx11-off:official:
|
||||||
# extends: .test:ppc64le:linux:gcc-10:cxx11-off
|
extends: .test:ppc64le:linux:gcc-10:cxx11-off
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Official"
|
EIGEN_CI_TEST_LABEL: "Official"
|
||||||
|
|
||||||
# test:ppc64le:linux:gcc-10:cxx11-off:unsupported:
|
test:ppc64le:linux:gcc-10:cxx11-off:unsupported:
|
||||||
# extends: .test:ppc64le:linux:gcc-10:cxx11-off
|
extends: .test:ppc64le:linux:gcc-10:cxx11-off
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Unsupported"
|
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||||
|
|
||||||
# .test:ppc64le:linux:gcc-10:cxx11-on:
|
.test:ppc64le:linux:gcc-10:cxx11-on:
|
||||||
# extends: .test:linux:base
|
extends: .test:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: g++-10
|
EIGEN_CI_CXX_COMPILER: g++-10
|
||||||
# EIGEN_CI_CC_COMPILER: gcc-10
|
EIGEN_CI_CC_COMPILER: gcc-10
|
||||||
# needs: [ "build:ppc64le:linux:gcc-10:cxx11-on" ]
|
needs: [ "build:ppc64le:linux:gcc-10:cxx11-on" ]
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# test:ppc64le:linux:gcc-10:cxx11-on:official:
|
test:ppc64le:linux:gcc-10:cxx11-on:official:
|
||||||
# extends: .test:ppc64le:linux:gcc-10:cxx11-on
|
extends: .test:ppc64le:linux:gcc-10:cxx11-on
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Official"
|
EIGEN_CI_TEST_LABEL: "Official"
|
||||||
|
|
||||||
# test:ppc64le:linux:gcc-10:cxx11-on:unsupported:
|
test:ppc64le:linux:gcc-10:cxx11-on:unsupported:
|
||||||
# extends: .test:ppc64le:linux:gcc-10:cxx11-on
|
extends: .test:ppc64le:linux:gcc-10:cxx11-on
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Unsupported"
|
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||||
|
|
||||||
# # Clang 10
|
# # Clang 10
|
||||||
# .test:ppc64le:linux:clang-10:cxx11-off:
|
.test:ppc64le:linux:clang-10:cxx11-off:
|
||||||
# extends: .test:linux:base
|
extends: .test:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: clang++-10
|
EIGEN_CI_CXX_COMPILER: clang++-10
|
||||||
# EIGEN_CI_CC_COMPILER: clang-10
|
EIGEN_CI_CC_COMPILER: clang-10
|
||||||
# needs: [ "build:ppc64le:linux:clang-10:cxx11-off" ]
|
needs: [ "build:ppc64le:linux:clang-10:cxx11-off" ]
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# test:ppc64le:linux:clang-10:cxx11-off:official:
|
test:ppc64le:linux:clang-10:cxx11-off:official:
|
||||||
# extends: .test:ppc64le:linux:clang-10:cxx11-off
|
extends: .test:ppc64le:linux:clang-10:cxx11-off
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Official"
|
EIGEN_CI_TEST_LABEL: "Official"
|
||||||
|
|
||||||
# test:ppc64le:linux:clang-10:cxx11-off:unsupported:
|
test:ppc64le:linux:clang-10:cxx11-off:unsupported:
|
||||||
# extends: .test:ppc64le:linux:clang-10:cxx11-off
|
extends: .test:ppc64le:linux:clang-10:cxx11-off
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Unsupported"
|
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||||
|
|
||||||
# .test:ppc64le:linux:clang-10:cxx11-on:
|
.test:ppc64le:linux:clang-10:cxx11-on:
|
||||||
# extends: .test:linux:base
|
extends: .test:linux:base
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_CXX_COMPILER: clang++-10
|
EIGEN_CI_CXX_COMPILER: clang++-10
|
||||||
# EIGEN_CI_CC_COMPILER: clang-10
|
EIGEN_CI_CC_COMPILER: clang-10
|
||||||
# needs: [ "build:ppc64le:linux:clang-10:cxx11-on" ]
|
needs: [ "build:ppc64le:linux:clang-10:cxx11-on" ]
|
||||||
# allow_failure: true
|
allow_failure: true
|
||||||
# tags:
|
tags:
|
||||||
# - eigen-runner
|
- eigen-runner
|
||||||
# - linux
|
- linux
|
||||||
# - ppc64le
|
- ppc64le
|
||||||
|
|
||||||
# test:ppc64le:linux:clang-10:cxx11-on:official:
|
test:ppc64le:linux:clang-10:cxx11-on:official:
|
||||||
# extends: .test:ppc64le:linux:clang-10:cxx11-on
|
extends: .test:ppc64le:linux:clang-10:cxx11-on
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Official"
|
EIGEN_CI_TEST_LABEL: "Official"
|
||||||
|
|
||||||
# test:ppc64le:linux:clang-10:cxx11-on:unsupported:
|
test:ppc64le:linux:clang-10:cxx11-on:unsupported:
|
||||||
# extends: .test:ppc64le:linux:clang-10:cxx11-on
|
extends: .test:ppc64le:linux:clang-10:cxx11-on
|
||||||
# variables:
|
variables:
|
||||||
# EIGEN_CI_TEST_LABEL: "Unsupported"
|
EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user