Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 445 Bytes

Reproducible Rust Cross Builds with cross-rs

This approach to deterministically building statically linked Rust binaries is based on cross and Nix, where the former does the heavy-lifting for cross-building, and the latter makes the builds reproducible.

How to build

In the directory root of the repository

make cross-rs
# `make cr-clean` to clean up