- Workspace: common (protocol/crypto/tarball), server (axum+rustls), stub (registration, poll, verify-before-execute) - Ed25519 payload signing + request-signature auth on /poll, /report - flate2/miniz_oxide pure-Rust tarball, no system deps - CI matrix: linux musl x86_64/aarch64, windows x86_64 - Compiles clean: cargo build --workspace, 0 errors 0 warnings
4 lines
163 B
Makefile
4 lines
163 B
Makefile
[alias]
|
|
all-musl = "build --release --target x86_64-unknown-linux-musl --target aarch64-unknown-linux-musl"
|
|
win = "build --release --target x86_64-pc-windows-gnu"
|