Skip to content

Commit

Permalink
feat: build static binaries (#844)
Browse files Browse the repository at this point in the history
* build static binaries
  • Loading branch information
nbaztec authored Jan 22, 2025
1 parent 2179ac1 commit d00f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# flags+=(--features asm-keccak)
# fi
cargo build --release --bin forge --bin cast --target "$target" "${flags[@]}"
RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --bin forge --bin cast --target "$target" "${flags[@]}"
bins=(cast forge)
for name in "${bins[@]}"; do
Expand Down

0 comments on commit d00f5ae

Please sign in to comment.