improve dev guide and validate guide steps

This commit is contained in:
Alex Zenla
2024-02-19 04:58:15 +00:00
parent 06561137fd
commit af50f1d996
4 changed files with 52 additions and 31 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
TARGET="x86_64-unknown-linux-musl"
TARGET="x86_64-unknown-linux-gnu"
export RUSTFLAGS="-Ctarget-feature=+crt-static"
cd "$(dirname "${0}")/.."