| author | |
| committer | |
| log | 7d14baec900efbbbae0ae25da79f976716241ec0 |
| tree | 76cb25da62a471e899a36f8d8d966083d852d14b |
| parent | 3c1fc3f566b4a0c4493187c7f07b5c401a3e3a1b |
This regressed earlier in this branch.1 files changed, 1 insertions(+), 0 deletions(-)
test/tests.zig+1| ... | ... | @@ -1360,6 +1360,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S |
| 1360 | 1360 | const test_step = b.addTest(.{ |
| 1361 | 1361 | .root_source_file = .{ .path = "test/c_abi/main.zig" }, |
| 1362 | 1362 | .optimize = optimize_mode, |
| 1363 | .target = c_abi_target, | |
| 1363 | 1364 | }); |
| 1364 | 1365 | if (c_abi_target.abi != null and c_abi_target.abi.?.isMusl()) { |
| 1365 | 1366 | // TODO NativeTargetInfo insists on dynamically linking musl |