Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
chrismatic
4 days ago
|
parent
|
context
|
favorite
| on:
AI coding has made CI a bottleneck, so we reworked...
We've encountered similar constraints. Part of the solution is adopting a build system that can aggressively cache and parallelize.
In our case I wrote a light-weight version of Bazel:
https://grog.build/
help
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
In our case I wrote a light-weight version of Bazel: https://grog.build/