-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Medium
-
Component/s: Pipelines - Run Failures
My build uses a lot of memory when building in parallel. Occasionally, due to the non-deterministic nature of parallel builds, it hits the memory limit, and the linux oom-killer kills my gcc process. I've written my script to handle this (it retries with -j1), and the build completes fine.
The problem: pipelines reports this as a build failure, despite my script working.