mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Replace PPC g++-10 with g++14.
This commit is contained in:
@@ -369,24 +369,25 @@ test:linux:aarch64:clang-12:default:unsupported:
|
||||
|
||||
.test:linux:ppc64le:
|
||||
extends: .test:linux
|
||||
image: ubuntu:24.04
|
||||
variables:
|
||||
EIGEN_CI_TARGET_ARCH: ppc64le
|
||||
EIGEN_CI_CROSS_TARGET_TRIPLE: powerpc64le-linux-gnu
|
||||
|
||||
.test:linux:ppc64le:gcc-10:default:
|
||||
.test:linux:ppc64le:gcc-14:default:
|
||||
extends: .test:linux:ppc64le
|
||||
needs: [ build:linux:cross:ppc64le:gcc-10:default ]
|
||||
needs: [ build:linux:cross:ppc64le:gcc-14:default ]
|
||||
variables:
|
||||
EIGEN_CI_CROSS_INSTALL: g++-10-powerpc64le-linux-gnu qemu-user-static
|
||||
EIGEN_CI_CROSS_INSTALL: g++-14-powerpc64le-linux-gnu qemu-user-static
|
||||
EIGEN_CI_CTEST_ARGS: --timeout 2000
|
||||
|
||||
test:linux:ppc64le:gcc-10:default:official:
|
||||
extends: .test:linux:ppc64le:gcc-10:default
|
||||
test:linux:ppc64le:gcc-14:default:official:
|
||||
extends: .test:linux:ppc64le:gcc-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Official
|
||||
|
||||
test:linux:ppc64le:gcc-10:default:unsupported:
|
||||
extends: .test:linux:ppc64le:gcc-10:default
|
||||
test:linux:ppc64le:gcc-14:default:unsupported:
|
||||
extends: .test:linux:ppc64le:gcc-14:default
|
||||
variables:
|
||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||
|
||||
@@ -394,7 +395,7 @@ test:linux:ppc64le:gcc-10:default:unsupported:
|
||||
extends: .test:linux:ppc64le
|
||||
needs: [ build:linux:cross:ppc64le:clang-12:default ]
|
||||
variables:
|
||||
EIGEN_CI_CROSS_INSTALL: g++-10-powerpc64le-linux-gnu clang-12 qemu-user-static
|
||||
EIGEN_CI_CROSS_INSTALL: g++-14-powerpc64le-linux-gnu clang-12 qemu-user-static
|
||||
|
||||
test:linux:ppc64le:clang-12:default:official:
|
||||
extends: .test:linux:ppc64le:clang-12:default
|
||||
|
||||
Reference in New Issue
Block a user