veloren/.gitlab/scripts/linux-aarch64.sh
2021-11-23 21:27:23 -05:00

6 lines
341 B
Bash
Executable File

#!/bin/bash
export VELOREN_USERDATA_STRATEGY=executable
export PKG_CONFIG="/usr/bin/aarch64-linux-gnu-pkg-config"
time cargo build --target=aarch64-unknown-linux-gnu --release --no-default-features --features default-publish
# evaluate --bin instead, last time i checked (2021-07-14) it was 2 minutes slower on release (but faster on debug)