diff --git a/community/cargo-watch/APKBUILD b/community/cargo-watch/APKBUILD index 399e646199f..203b9beea3f 100644 --- a/community/cargo-watch/APKBUILD +++ b/community/cargo-watch/APKBUILD @@ -4,8 +4,8 @@ pkgver=8.5.3 pkgrel=0 pkgdesc="Utility for Cargo to compile projects when sources change" url="https://github.com/watchexec/cargo-watch" -# s390x and riscv64 blocked by cargo -# loongarch64: fails to build nix crate on loongarch64 +# s390x, loongarch64: fails to build nix crate +# riscv64: rustc panics arch="all !s390x !riscv64 !loongarch64" license="CC0-1.0" makedepends="cargo cargo-auditable"