MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
528 stars 86 forks source link

Make indexbuild macos QoS 'utility' by default #3070

Open AngelaGuardia opened 3 months ago

AngelaGuardia commented 3 months ago

What changed?

Why did it change?

How is it tested?

thiagohmcruz commented 3 months ago

cc @brentleyjones, thoughts on this change? Also, I can't see build results when clicking on the links to jobs here, is it because of it's based on @AngelaGuardia's fork?

Last, @AngelaGuardia I believe you'd have to update fixtures too in this PR.

AngelaGuardia commented 3 months ago

Tried confirming that this change actually changes the qos of the bazel process by using this command sudo powermetrics --show-process-qos --show-process-qos-tiers --show-cpu-qos --samplers tasks -n 1 but I still don't see concrete proof that the flag actually changes the qos

brentleyjones commented 3 weeks ago

With the merged output bases I don't believe we can, or would want to, take this change?