File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
63
63
ARCH_BITS : 64
64
64
ARCH : x86_64
65
65
- target : x86_64-pc-windows-msvc
66
- - target : i686-pc-windows-gnu
67
- env :
68
- ARCH_BITS : 32
69
- ARCH : i686
66
+ # - target: i686-pc-windows-gnu
67
+ # env:
68
+ # ARCH_BITS: 32
69
+ # ARCH: i686
70
70
- target : i686-pc-windows-msvc
71
71
steps :
72
72
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
58
58
ARCH_BITS : 64
59
59
ARCH : x86_64
60
60
- target : x86_64-pc-windows-msvc
61
- - target : i686-pc-windows-gnu
62
- env :
63
- ARCH_BITS : 32
64
- ARCH : i686
61
+ # - target: i686-pc-windows-gnu
62
+ # env:
63
+ # ARCH_BITS: 32
64
+ # ARCH: i686
65
65
- target : i686-pc-windows-msvc
66
66
steps :
67
67
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -312,6 +312,8 @@ fn test_apple(target: &str) {
312
312
// it is a moving target, changing through versions
313
313
// also contains bitfields members
314
314
"tcp_connection_info" => true ,
315
+ // FIXME: The size is changed in recent macOSes.
316
+ "malloc_introspection_t" => true ,
315
317
316
318
_ => false ,
317
319
}
@@ -2468,6 +2470,9 @@ fn test_freebsd(target: &str) {
2468
2470
true
2469
2471
}
2470
2472
2473
+ // FIXME: Removed in FreeBSD 15:
2474
+ "LOCAL_CONNWAIT" if freebsd_ver >= Some ( 15 ) => true ,
2475
+
2471
2476
_ => false ,
2472
2477
}
2473
2478
} ) ;
You can’t perform that action at this time.
0 commit comments