remove 32 bit systems from arch list

zig0 building zig1 currently takes more ram than 32 bit systems can use
https://github.com/ziglang/zig/issues/6485
This commit is contained in:
Jan200101 2021-06-07 22:21:10 +02:00
parent 89a4b3568c
commit 1922d307ed
No known key found for this signature in database
GPG Key ID: 5B71B1D78B882E05
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%zig_arches x86_64 %{ix86} armv7hl aarch64 riscv64 %{mips}
%zig_arches x86_64 aarch64 riscv64 %{mips64}
%_zig_version @@ZIG_VERSION@@
%__zig /usr/bin/zig

View File

@ -1,5 +1,6 @@
# https://ziglang.org/download/0.8.0/release-notes.html#Support-Table
%global zig_arches x86_64 %{ix86} armv7hl aarch64 riscv64 %{mips}
# 32 bit builds currently run out of memory https://github.com/ziglang/zig/issues/6485
%global zig_arches x86_64 aarch64 riscv64 %{mips64}
Name: zig
Version: 0.8.0