Skip to content

Instantly share code, notes, and snippets.

@csrutil
Created February 27, 2023 05:02
Show Gist options
  • Save csrutil/4268d33e922e17b6745044e1708c7954 to your computer and use it in GitHub Desktop.
Save csrutil/4268d33e922e17b6745044e1708c7954 to your computer and use it in GitHub Desktop.
macchina
apt-get install musl-tools
git clone --depth 1 https://github.com/Macchina-CLI/macchina -b v6.1.8
rustup target add x86_64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl --release
TARGET_CC=x86_64-linux-musl-gcc cargo build --release --target x86_64-unknown-linux-musl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment