[PATCH] D114325: Add a best practice section on how to configure a fast builder

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 20 16:16:49 PST 2021


mehdi_amini added inline comments.


================
Comment at: llvm/docs/HowToAddABuilder.rst:214
+  One of the non-obvious benefits of using ccache is that it makes the
+  builder less sensative to which projects are being monitored vs built.
+  If a change triggers a build request, but doesn't change the build output
----------------



================
Comment at: llvm/docs/HowToAddABuilder.rst:235
+  impacting the broader community.  The sponsoring organization simply
+  has to take on the responsibility of all bisection and triage.
+
----------------
For this to be effective, we're missing (I think) the ability to get notified on specific emails for builders that are on staging.




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114325/new/

https://reviews.llvm.org/D114325



More information about the llvm-commits mailing list