|
|
|
|
|
by sam_bristow
893 days ago
|
|
Some (not all) still applies. I just reworked the Bazel CI at $DAYJOB to simplify the entry points and just call `bazel build //...` And `bazel test //...` erc rather than a bunch of more specific targets. We've got caching etc effective enough that just testing everything is a viable default even in a tight dev loop. I'm more concerned with duplication of config between the Build and CI configs. https://gregoryszorc.com/blog/2021/04/07/modern-ci-is-too-co... |
|
If you don't mind sharing, what languages do you build in your bazel workspace? Were you able to use hermetic toolchains for these languages without any major hiccups? Finally, do you use engflow or buildbuddy atop bazel?
Thanks!