CI Pipeline failing for windows jobs
Required prerequisites
- Make sure you've read the documentation. Your issue may be addressed there.
- Search the issue tracker and discussions to verify that this hasn't already been reported. +1 or comment there if it has.
What commit version of aidge do you use
-
aidge_core
: dev -
aidge_backend_cpu
: dev
Problem description
The CI pipeline job build:windows_cpp
is failing with the following error :
C:\builds\eclipse\aidge\aidge_backend_cpu\unit_tests\operator\Test_ReduceMeanImpl.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj [C:\builds\eclipse\aidge\aidge_backend_cpu\build_cpp_aidge_backend_cpu_pipelineid_64205\unit_tests\tests_aidge_backend_cpu.vcxproj]
See full logs at https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu/-/jobs/500096
Strangely enough, it seems that it depends on the MR, since this job runs fine for when triggered for other MR (as in https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu/-/jobs/500054)