Skip to content

Commit

Permalink
user/binsider: disable aarch64 too
Browse files Browse the repository at this point in the history
so called "portable rust code"
  • Loading branch information
nekopsykose committed Oct 1, 2024
1 parent 622c503 commit c120ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user/binsider/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
pkgver = "0.2.0"
pkgrel = 0
# inline asm, ppc needs nightly
archs = ["aarch64", "riscv64", "x86_64"]
# aarch64 needs a new nix crate release for ptrace::getregs
archs = ["riscv64", "x86_64"]
build_style = "cargo"
make_check_args = ["--lib"]
hostmakedepends = ["cargo-auditable"]
Expand Down

0 comments on commit c120ee8

Please sign in to comment.