Enabled build target aarch64-unknown-linux-gnu for arm64 architecture

This commit is contained in:
rachitchokshi
2018-09-08 14:23:14 -07:00
committed by David Peter
parent d6c8fee044
commit 1b6df8a480
4 changed files with 17 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ set -ex
cargo build --target "$TARGET" --verbose
# We cannot run arm executables on linux
if [[ $TARGET != arm-unknown-linux-gnueabihf ]]; then
if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown-linux-gnu ]]; then
cargo test --target "$TARGET" --verbose
# Run 'bat' on its own source code and the README