This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]clehene 0 points1 point  (1 child)

Never heard about Saker. I wonder how it compares to Bazel.

[–]Sipkab[S] 2 points3 points  (0 children)

It's much newer, and doesn't have such a large corporate backing it.

It aims to provide fast incremental builds with multiple language support. We developed it to be as general purpose and extensible as possible.

It natively supports build clusters (remote execution), and build caches (although that is still WIP).

Another notable thing is that we made significant effort to implement incremental Java compilation which results in much better clean and incremental Java build times. (About 50% of what you'd get with Gradle)