Skip to content

Commit 37824e4

Browse files
committed
Fix macOS CI
1 parent 7d19eed commit 37824e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ fn test_apple(target: &str) {
296296
// it is a moving target, changing through versions
297297
// also contains bitfields members
298298
"tcp_connection_info" => true,
299+
// FIXME: The size is changed in recent macOSes.
300+
"malloc_introspection_t" => true,
299301

300302
_ => false,
301303
}

0 commit comments

Comments
 (0)