Skip to content

Commit b7dda77

Browse files
committed
disable C ABI tests on macos due to LLD deficiency
See #1535 we'll have a better macos linker someday
1 parent 4640853 commit b7dda77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/build_examples.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub fn addCases(cases: *tests.BuildExamplesContext) void {
3131

3232
if (!is_windows // TODO support compiling C files on windows with zig build system
3333
and builtin.arch == builtin.Arch.x86_64 // TODO add C ABI support for other architectures
34+
and builtin.os != builtin.Os.macosx // TODO macosx C ABI test failures
3435
) {
3536
cases.addBuildFile("test/stage1/c_abi/build.zig");
3637
}

0 commit comments

Comments
 (0)