Y
Hacker News
new
|
ask
|
show
|
jobs
by
phyrex
772 days ago
It caches build artifacts in a blob store and just downloads them instead of compiling them where possible
2 comments
scrivanodev
772 days ago
I see, but that's also possible with CMake right? You can use ccache or sccache via -DCMAKE_CXX_COMPILER_LAUNCHER=ccache/sccache.
link
actionfromafar
772 days ago
Sure. If you have any doubts at all that you need Bazel,
you don’t need Bazel
.
link
phyrex
772 days ago
I suppose, but you’d be limited to a small number of supported languages, whereas bazel works for just about anything. Like my sibling commenter noted, you only need it if you really need it.
link
lunfard000
772 days ago
You are making it sound like it was a compilation process optimization, but it is just CI thing.
link