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:
6363 ARCH_BITS : 64
6464 ARCH : x86_64
6565 - 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
7070 - target : i686-pc-windows-msvc
7171 steps :
7272 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
5858 ARCH_BITS : 64
5959 ARCH : x86_64
6060 - 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
6565 - target : i686-pc-windows-msvc
6666 steps :
6767 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -312,6 +312,8 @@ fn test_apple(target: &str) {
312312 // it is a moving target, changing through versions
313313 // also contains bitfields members
314314 "tcp_connection_info" => true ,
315+ // FIXME: The size is changed in recent macOSes.
316+ "malloc_introspection_t" => true ,
315317
316318 _ => false ,
317319 }
@@ -2468,6 +2470,9 @@ fn test_freebsd(target: &str) {
24682470 true
24692471 }
24702472
2473+ // FIXME: Removed in FreeBSD 15:
2474+ "LOCAL_CONNWAIT" if freebsd_ver >= Some ( 15 ) => true ,
2475+
24712476 _ => false ,
24722477 }
24732478 } ) ;
You can’t perform that action at this time.
0 commit comments