mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: compile for aarch64 (aarch64 guests are not yet supported)
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
parallel = true
|
||||
|
||||
[pre-commit.commands.build]
|
||||
run = "cargo build --target x86_64-unknown-linux-gnu"
|
||||
run = "./scripts/cargo.sh build"
|
||||
|
||||
[pre-commit.commands.test]
|
||||
run = "cargo test --target x86_64-unknown-linux-gnu"
|
||||
run = "./scripts/cargo.sh test"
|
||||
|
||||
[pre-commit.commands.fmt]
|
||||
run = "cargo fmt --all -- --check"
|
||||
run = "./scripts/cargo.sh fmt --all -- --check"
|
||||
|
||||
[pre-commit.commands.clippy]
|
||||
run = "cargo clippy --target x86_64-unknown-linux-gnu"
|
||||
run = "./scripts/cargo.sh clippy"
|
||||
|
Reference in New Issue
Block a user