diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2022-12-10 23:04:00 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2022-12-10 23:04:00 +0100 |
commit | 6f26e7af8804d64820609b7a112fa973fec048a0 (patch) | |
tree | d4ea550ceeae2b9dd31e62641c016206b44e70ac | |
parent | 14a2f78d0907b1c17e1fcb10f902bdcdeac68bcd (diff) | |
download | aports-6f26e7af8804d64820609b7a112fa973fec048a0.zip |
testing/zig: update arch comment
-rw-r--r-- | testing/zig/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/zig/APKBUILD b/testing/zig/APKBUILD index 3109588e5d0..781751fa0e6 100644 --- a/testing/zig/APKBUILD +++ b/testing/zig/APKBUILD @@ -7,8 +7,7 @@ pkgrel=0 pkgdesc="General-purpose programming language designed for robustness, optimality, and maintainability" url="https://ziglang.org/" # arm*, x86: fails to build (allocation failed) -# ppc64le: builds but the test command crashes -# riscv64: unknown +# ppc64le,riscv64: builds but the test command crashes # s390x: blocked by lld-dev arch="x86_64 aarch64" license="MIT" |