rules_closure VS bazel-buildfarm

Compare rules_closure vs bazel-buildfarm and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rules_closure bazel-buildfarm
5 4
150 624
0.7% 4.5%
7.2 9.5
11 days ago 3 days ago
Java Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rules_closure

Posts with mentions or reviews of rules_closure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-19.
  • Google Closure
    1 project | news.ycombinator.com | 17 Mar 2024
  • Rust vs Go
    9 projects | /r/rust | 19 Oct 2022
    That's why we have closure, Dart, PureScript, TypeScript and many other languages which try to make it safer.
  • Building an Application with ClojureScript
    2 projects | dev.to | 19 Sep 2022
    After ClojureScript compiles to JavaScript, the compiled code has a smaller size than hand-written JavaScript. This is because it makes use of the Google Closure compiler for minification and optimization.
  • Using Java for the front-end of a web app in 2022
    4 projects | news.ycombinator.com | 1 Sep 2022
    That’s Google Closure [1] with an ‘s’, not ClojureScript [2] with a ‘j’.

    ClojureScript uses the Closure Compiler to optimise its JS output, but that’s the only relationship, and the name is a coincidence.

    [1] https://developers.google.com/closure

  • Rust Is Portable
    10 projects | news.ycombinator.com | 27 Jul 2022
    Hi I created Actually Portable Executable. I also created Bazel's Closure Compiler tooling. https://github.com/bazelbuild/rules_closure

bazel-buildfarm

Posts with mentions or reviews of bazel-buildfarm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-01.
  • Distcc: A fast, free distributed C/C++ compiler
    11 projects | news.ycombinator.com | 1 Jun 2023
    It can be. By default it is local.

    But it has protobufs interfaces (IIRC), so a distributed build farm would generate the grpc endpoints for their implementation and then you tell bazel on the command line (or via .bazelrc) the address of the build farm it can use.

    There's a couple of projects that implement the distributed/grpc part, the main one is https://github.com/bazelbuild/bazel-buildfarm

  • Rust Is Portable
    10 projects | news.ycombinator.com | 27 Jul 2022
    Not sure what to say concerning buildfarm's remote execution.

    Reading an issue I've opened 1y ago [1], seems the backend requires the client to have a specific gcc version.

    That's a strong limitation imho.

    [1] https://github.com/bazelbuild/bazel-buildfarm/issues/545

  • Running container_push inside a container
    3 projects | /r/bazel | 23 Jul 2022
    You can also set up a remote build service that uses the same environment you run the containers in using something like https://github.com/bazelbuild/bazel-buildfarm
  • Distributed build clusters
    4 projects | /r/androiddev | 10 May 2022
    Currently migrating to Bazel + bazel remote execution via Bazel buildfarm. Bazel has native support for build clusters.

What are some alternatives?

When comparing rules_closure and bazel-buildfarm you can also consider the following projects:

sixel-tmux - sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics

llama

rust-for-rustaceans.com - Source for https://rust-for-rustaceans.com/

gnu-parallel - A clone of GNU Parallel (git://git.savannah.gnu.org/parallel.git)

code_templates - Collection of templates (mostly bazelized) for fast and easy start of projects.

mainframer - Tool for remote builds. Sync project to remote machine, execute command, sync back.

dazel - Run Google's bazel inside a docker container via a seamless proxy.

pyroscope-rs - Pyroscope Profiler for Rust. Profile your Rust applications.

sccache - Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

Vaadin - Vaadin 6, 7, 8 is a Java framework for modern Java web applications.

pyzmq - PyZMQ: Python bindings for zeromq