Files
keep/build-static.bash
2023-08-31 19:39:23 +00:00

8 lines
183 B
Bash
Executable File

#!/bin/bash
set -ex
export RUSTFLAGS='-C target-feature=+crt-static'
cargo build --release --target x86_64-unknown-linux-gnu
cp target/x86_64-unknown-linux-gnu/release/keep-rust ./