mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
Limit the number of build jobs to 8 and link jobs to 4 for PowerPC. This should help reduce the OOM build problems.
This commit is contained in:
parent
23e1541863
commit
d54d228b49
@ -121,7 +121,7 @@ build:ppc64le:linux:gcc-10:cxx11-on:
|
|||||||
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"
|
||||||
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_CXX_FLAGS='-DEIGEN_ALTIVEC_DISABLE_MMA'"
|
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_CXX_FLAGS='-DEIGEN_ALTIVEC_DISABLE_MMA' -DCMAKE_JOB_POOL_COMPILE:STRING=compile -DCMAKE_JOB_POOL_LINK:STRING=link '-DCMAKE_JOB_POOLS:STRING=compile=8;link=4'"
|
||||||
tags:
|
tags:
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
- linux
|
- linux
|
||||||
@ -135,6 +135,7 @@ build:ppc64le:linux:clang-10:cxx11-on:
|
|||||||
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"
|
||||||
|
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_JOB_POOL_COMPILE:STRING=compile -DCMAKE_JOB_POOL_LINK:STRING=link '-DCMAKE_JOB_POOLS:STRING=compile=8;link=4'"
|
||||||
tags:
|
tags:
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
Reference in New Issue
Block a user