diff options
Diffstat (limited to '')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -37,10 +37,6 @@ const ci_targets = switch (builtin.target.cpu.arch) { | |||
| 37 | .linux => [_]TestTarget{ | 37 | .linux => [_]TestTarget{ |
| 38 | // Targets linux but other CPU archs. | 38 | // Targets linux but other CPU archs. |
| 39 | TestTarget{ | 39 | TestTarget{ |
| 40 | .query = .{}, | ||
| 41 | .bundled = false, | ||
| 42 | }, | ||
| 43 | TestTarget{ | ||
| 44 | .query = .{ | 40 | .query = .{ |
| 45 | .cpu_arch = .x86_64, | 41 | .cpu_arch = .x86_64, |
| 46 | .abi = .musl, | 42 | .abi = .musl, |