File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,11 @@ jobs:
62
62
ARCH_BITS : 64
63
63
ARCH : x86_64
64
64
- target : x86_64-pc-windows-msvc
65
- - target : i686-pc-windows-gnu
66
- env :
67
- ARCH_BITS : 32
68
- ARCH : i686
65
+ # FIXME: It currently causes segfaults.
66
+ # - target: i686-pc-windows-gnu
67
+ # env:
68
+ # ARCH_BITS: 32
69
+ # ARCH: i686
69
70
- target : i686-pc-windows-msvc
70
71
steps :
71
72
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -296,6 +296,8 @@ fn test_apple(target: &str) {
296
296
// it is a moving target, changing through versions
297
297
// also contains bitfields members
298
298
"tcp_connection_info" => true ,
299
+ // FIXME: The size is changed in recent macOSes.
300
+ "malloc_introspection_t" => true ,
299
301
300
302
_ => false ,
301
303
}
@@ -2427,6 +2429,9 @@ fn test_freebsd(target: &str) {
2427
2429
true
2428
2430
}
2429
2431
2432
+ // FIXME: Removed in FreeBSD 15:
2433
+ "LOCAL_CONNWAIT" => true ,
2434
+
2430
2435
_ => false ,
2431
2436
}
2432
2437
} ) ;
You can’t perform that action at this time.
0 commit comments