The zig package
Find a file
Jan200101 393d1df948
limit architectures for EPEL
Zig depends on a C compiler (gcc for EPEL/fedora) during bootstraping
by transpiling itself to C then compiling that.
The C code that is generated runs into edge cases with
older gcc versions that triggers unique errors on more exotic hardware
such as RISC or ARM

changes to this need to be copied into zig-srpm-macros
2026-01-04 15:56:12 +01:00
.gitignore build stage 3 using zig build system 2025-01-27 13:59:52 +01:00
0001-remove-native-lib-directories-from-rpath.patch add patch to strip out LLVM targets for EPEL support 2026-01-04 15:56:12 +01:00
0002-Remove-unsupported-LLVM-targets-for-EPEL.patch add patch to strip out LLVM targets for EPEL support 2026-01-04 15:56:12 +01:00
macros.zig Update to 0.15.2 2025-10-12 10:34:29 +02:00
README.md Added the README 2021-06-07 18:32:21 +00:00
sources Update to 0.15.2 2025-10-12 10:34:29 +02:00
zig.spec limit architectures for EPEL 2026-01-04 15:56:12 +01:00

zig

The zig package