mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
ci: ppc64le: disable MMA and remove 'allow_failure' for gcc-10 CXX11=off
This patch disables MMA for CI because the building environment is using Ubuntu 18.04 image with LD 2.30. This linker version together with gcc-10 causes some 'unrecognized opcode' errors.
This commit is contained in:
parent
4d870c49b7
commit
ae2abe1f58
@ -167,12 +167,12 @@ build:aarch64:linux:clang-10:cxx11-on:
|
|||||||
|
|
||||||
# GCC-10
|
# GCC-10
|
||||||
build:ppc64le:linux:gcc-10:cxx11-off:
|
build:ppc64le:linux:gcc-10:cxx11-off:
|
||||||
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"
|
||||||
|
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_CXX_FLAGS='-DEIGEN_ALTIVEC_DISABLE_MMA'"
|
||||||
tags:
|
tags:
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user