LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.79k stars 117 forks source link

Update deps and remove sys dependencies #249

Closed Eraden closed 11 months ago

Eraden commented 11 months ago

Description of changes:

Remove OS glibc dependency so it can be run on any linux without MUSL

LukeMathWalker commented 11 months ago

It currently works on Nightly Rust on Linux on x86-64, x86, aarch64, and riscv64.

It's not as complete as the major libc implementations. It can run most Rust code, and some popular C libraries, but still lacks a lot of things used by typical C code.

It currently depends on Rust Nightly and only runs on Linux, and currently only on x86-64, x86, aarch64, and riscv64.

Not worth it yet, I'm sorry.