|
|
|
|
|
by marcinzm
2441 days ago
|
|
>So where do these binaries get built and how does the system know which binaries to rebuild for a given change? For simple things, if the code in a directory changes then the CI system does a rebuild of that directory. You can have the CI system either validate that the binary matches or commit the binary itself. More complicated things you'll have a build system such as Bazel which figures out what changed. |
|