| ... | @@ -103,6 +103,8 @@ pub fn build(b: *std.Build) void { | ... | @@ -103,6 +103,8 @@ pub fn build(b: *std.Build) void { |
| 103 | .{ .arch_os_abi = t }, | 103 | .{ .arch_os_abi = t }, |
| 104 | ) catch unreachable); | 104 | ) catch unreachable); |
| 105 | | 105 | |
| | 106 | if (target.result.cpu.arch.isLoongArch()) continue; // https://github.com/Vexu/arocc/issues/1096 |
| | 107 | |
| 106 | const glibc_ver = target.result.os.version_range.linux.glibc; | 108 | const glibc_ver = target.result.os.version_range.linux.glibc; |
| 107 | | 109 | |
| 108 | // only build test if glibc version supports the architecture | 110 | // only build test if glibc version supports the architecture |