Commit
Message
Changed Files (2)
-
modified abbaye.toml
diff --git a/abbaye.toml b/abbaye.toml index dab9da3..7347003 100644 --- a/abbaye.toml +++ b/abbaye.toml @@ -142,7 +142,7 @@ category = "Binaries" name = "Pre-built binaries" comment = "Built for x86_64 and aarch64 Linux (musl)." type = "cargo" -use_cross = true +use_cross = false # Target triples for cross-compilation (optional, default: [] = host target). targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"] -
modified mise.toml
diff --git a/mise.toml b/mise.toml index 1ee723f..4c3dbe9 100644 --- a/mise.toml +++ b/mise.toml @@ -3,7 +3,7 @@ "cargo:cargo-edit" = "latest" "cargo:cargo-readme" = "latest" "cargo:cargo-semver-checks" = "latest" -"cargo:cross" = "latest" + git-cliff = "latest" prek = "latest" release-plz = "latest" @@ -12,6 +12,7 @@ taplo = "latest" [env] RUST_LOG = "abbaye2=trace,info" +CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER = "aarch64-linux-musl-gcc" [tasks] run = { alias = "r", run = "cargo run" }