Skip to content

rust: Try fixing OOM errors with M1 Macbooks

Hey all,

This MR is an attempt to fix Cerbero exhausting resources when building Rust code in the M1.

The fixes are:

  • switching over to "1 job by default" in case anything prevents the system from returning the number of cores
  • fixing the subprocess returncode checks that retrieve the amount of RAM

Closes #456 (closed)

Merge request reports