veloren/.gitlab/scripts/linux-aarch64.sh

6 lines
341 B
Bash
Raw Normal View History

#!/bin/bash
export VELOREN_USERDATA_STRATEGY=executable
2021-11-18 14:10:51 +00:00
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)