Skip to content

Commit 135deed

Browse files
committed
c-stdaux: disable tests on darwin
1 parent 8cb1bbd commit 135deed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/c-/c-stdaux/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
2222
ninja
2323
];
2424

25-
doCheck = true;
25+
# Assertion failed: (false && "!__builtin_constant_p(c_align_to(16, non_constant_expr ? 8 : 16))"),
26+
# function test_basic_gnuc, file ../src/test-basic.c, line 548.
27+
doCheck = !stdenv.hostPlatform.isDarwin;
2628

2729
meta = {
2830
homepage = "https://github.com/c-util/c-stdaux";

0 commit comments

Comments
 (0)