File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,9 @@ jobs:
128
128
# - name: HermitOS
129
129
# if: startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
130
130
# run: cargo check -Z build-std --target x86_64-unknown-hermit
131
- # TODO:
132
- # - name: Check haiku
133
- # if: startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
134
- # run: cargo check -Z build-std --target x86_64-unknown-haiku
131
+ - name : Check haiku
132
+ if : startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
133
+ run : cargo check -Z build-std --target x86_64-unknown-haiku
135
134
- name : Check vita
136
135
if : startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
137
136
run : cargo check -Z build-std --target armv7-sony-vita-newlibeabihf
Original file line number Diff line number Diff line change @@ -2104,13 +2104,15 @@ fn connect(
2104
2104
target_os = "aix" ,
2105
2105
target_vendor = "apple" ,
2106
2106
target_os = "espidf" ,
2107
+ target_os = "haiku" ,
2107
2108
windows,
2108
2109
) ) ) ]
2109
2110
let flags = rn:: SocketFlags :: CLOEXEC ;
2110
2111
#[ cfg( any(
2111
2112
target_os = "aix" ,
2112
2113
target_vendor = "apple" ,
2113
2114
target_os = "espidf" ,
2115
+ target_os = "haiku" ,
2114
2116
windows,
2115
2117
) ) ]
2116
2118
let flags = rn:: SocketFlags :: empty ( ) ;
You can’t perform that action at this time.
0 commit comments