google / llvm-propeller

PROPELLER: Profile Guided Optimizing Large Scale LLVM-based Relinker
https://github.com/google/llvm-propeller/blob/plo-dev/Propeller_RFC.pdf
Apache License 2.0
357 stars 34 forks source link

Speed up the GitHub runner #55

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Speed up the GitHub runner

CI runs are taking a while (https://github.com/google/llvm-propeller/actions/runs/10740351417/job/29788219242?pr=54). To remedy this, run on a machine with more cores, parallelize the build, and use ninja (which is faster than GNU make).