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:
parent
89a4b3568c
commit
1922d307ed
@ -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
|
||||
|
3
zig.spec
3
zig.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user