pnoltes commented on PR #817: URL: https://github.com/apache/celix/pull/817#issuecomment-3849346609
> the CI build `Ubuntu / linux-build-apt` debug or RelWithDepInfo is failing due to error code 143. I'm really wondering why is that i think it due to analyzer taking alot of time while building in the ci should i remove it from the CI build ? or if im wrong what could be the mistake i did in the CI workflow that caused this ? I am not sure, I was also looking at this. I should not be a time limit, this is set on 120 minutes. Seeing https://github.com/actions/runner-images/issues/6680#issuecomment-3085805082 I expect it is maybe due to reaching a the memory resource limit. Could you try using `ninja -j8` or `ninja -j4` instead of `ninja`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
