bazel-nix-example VS cargo-chef

Compare bazel-nix-example vs cargo-chef and see what are their differences.

cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching. (by LukeMathWalker)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bazel-nix-example cargo-chef
3 18
26 1,519
- -
0.0 7.2
about 1 year ago 18 days ago
Starlark Rust
- 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.

bazel-nix-example

Posts with mentions or reviews of bazel-nix-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Crafting container images without Dockerfiles
    20 projects | news.ycombinator.com | 6 Feb 2023
    I put together an example that mixes Nix and Bazel a couple of years ago: https://github.com/jvolkman/bazel-nix-example

    Nix is used to build a base Docker image, and Bazel builds layers on top.

  • Optimizing Docker image size and why it matters
    11 projects | news.ycombinator.com | 6 Jan 2022
    It sounds so cool, but then I don’t get out of the base image before you’re writing your own Python launcher in a heredoc in a shell script in a docker image builder in a mix derivation[0]? Curiosity compels me to ask: how did all that become necessary?

    [0]: https://github.com/jvolkman/bazel-nix-example/blob/e0208355f...

  • Building Container Images with Nix
    6 projects | news.ycombinator.com | 19 Aug 2021
    Not sure of any writing that ties all of the pieces together, but I made a small example for you: https://github.com/jvolkman/bazel-nix-example

cargo-chef

Posts with mentions or reviews of cargo-chef. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • Transitioning to Rust as a company
    8 projects | /r/rust | 2 Jun 2023
    CI time. Do you want to micromanage your own docker images for all your CI? Great! If not, yes you do. In fact, you want to manage a docker image to build a docker image to use for CI. Use cargo-chef to prepare a build image with your dependencies pre-built if you want to do fine-grained build/test pipelines. Oh also, there's no jUnit test report generation, that was killed off today. (YES, SORRY, I'm still salty.)
  • Rust and Next.js everywhere?
    2 projects | /r/rust | 26 Apr 2023
    Have you looked at cargo-chef? It supposedly speeds up compilation times if you're using Docker.
  • Exploring the problem of faster Cargo Docker builds
    4 projects | /r/rust | 30 Mar 2023
    A tool already exists for this called Cargo-chef, and it works extremely well.
  • Deploying Rust APIs | What Is Your Favorite Method?
    3 projects | /r/rust | 28 Mar 2023
    At work I've use Dockerfile and cargo-chef to improve build times. You can also look into buildkit cache mounts, but this approach is rarely super effective on hosted CI because they start from scratch on most runs. In the context of Rust specifically you may also see the target directory reflect unbounded data growth if it's reused over and over across revisions. because cargo by default won't expire older intermediate artifacts. Cargo-sweep can help with that but I wouldn't pursue this in a CI effort. This will affect both "native" builds and buildkit cache mounts if you're persisting the target directory.
  • How to write a GitHub Action in Rust
    4 projects | dev.to | 6 Feb 2023
    We create an empty Rust binary with cargo new, this is a simple way to get Docker layer caching to work. For a more robust solution, you may want to check out cargo-chef.
  • Crafting container images without Dockerfiles
    20 projects | news.ycombinator.com | 6 Feb 2023
    If this ends up being a cleaner/easier way to having to workaround super expensive rebuilds for Rust given cache + deps compared to this https://github.com/LukeMathWalker/cargo-chef , reading this thread will have been a huge win for me (and hopefully others).

    Whether introducing Bazel is easier/worth it, subjective I guess.

  • Is it possible to get fast Rust compiles in a Docker container?
    11 projects | /r/rust | 28 Dec 2022
    I did a talk (slides here) about this a few years ago, it took a bit of work to get the build caching working with cargo. As others have pointed out, there is now cargo chef to solve this problem so you probably don't have to deal with the issues I saw, but I thought it still might be helpful context.
  • Faster CI builds for Rust with pre-baked builder images and sccache
    1 project | /r/rust | 16 Dec 2022
    I'm curious if you've tried out cargo-chef, I've had some decent improvements with it but I wonder how it stacks up to the sccache approach (don't have the time to try it out myself right now).
  • 2 years of fiddling with Rust – critical thoughts
    5 projects | news.ycombinator.com | 6 Nov 2022
    for CI have you tried to use buildkit persistent runners with caching + https://github.com/LukeMathWalker/cargo-chef ?
  • How to speed up the Rust compiler in July 2022
    7 projects | /r/rust | 19 Jul 2022
    If you're deploying Rust with Docker I can tell you that cargo-chef is invaluable. With zero work it caches the dependency fetch and compilation steps. Most of the time the ens Docker deploy is closer to an incremental compile than full.

What are some alternatives?

When comparing bazel-nix-example and cargo-chef you can also consider the following projects:

template-nixos - The NixOS template, configured for Gitpod (www.gitpod.io) to give you pre-built, nix based ephemeral operating system environments in the cloud.

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.

dive - A tool for exploring each layer in a docker image

rules_rust - Rust rules for Bazel

nix-prefetch-github - Prefetch sources from github for nix build tool

mold - Mold: A Modern Linker 🦠

nixpkgs - Nix Packages collection & NixOS

cargo-sweep - A cargo subcommand for cleaning up unused build files generated by Cargo

jib - 🏗 Build container images for your Java applications.

bloom - The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more

dinker - Dinker, dinky Docker images

monadium - A platform with the purpose to teach Rust web development to people with no prior experience of programming