Skip to content

gst-plugins-rs: Adjust parallel architecture build blocks

Hi all,

This PR is to adjust the blocking criteria for gst-plugins-rs. I got 100% freezes when trying the universal Android build, and when profiling the individual architectures, it peaks at 17GB (gstaws and gstrswebrtc crates). For that reason, I put a limit of 32GB below which the architectural lock is enabled.

This also fixes an issue when taking the lock, which I found once I adjusted the criteria above.

Merge request reports