File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 14
14
target_os = "emscripten" ,
15
15
target_os = "wasi" ,
16
16
target_env = "sgx" ,
17
- target_os = "xous"
17
+ target_os = "xous" ,
18
+ target_os = "trusty" ,
18
19
) )
19
20
) ) ]
20
21
mod tests;
Original file line number Diff line number Diff line change 5
5
not( any(
6
6
target_os = "emscripten" ,
7
7
all( target_os = "wasi" , target_env = "p1" ) ,
8
- target_os = "xous"
8
+ target_os = "xous" ,
9
+ target_os = "trusty" ,
9
10
) )
10
11
) ) ]
11
12
mod tests;
Original file line number Diff line number Diff line change 4
4
target_os = "emscripten" ,
5
5
all( target_os = "wasi" , target_env = "p1" ) ,
6
6
target_env = "sgx" ,
7
- target_os = "xous"
7
+ target_os = "xous" ,
8
+ target_os = "trusty" ,
8
9
) )
9
10
) ) ]
10
11
mod tests;
Original file line number Diff line number Diff line change 154
154
target_os = "emscripten" ,
155
155
target_os = "wasi" ,
156
156
target_env = "sgx" ,
157
- target_os = "xous"
157
+ target_os = "xous" ,
158
+ target_os = "trusty" ,
158
159
) )
159
160
) ) ]
160
161
mod tests;
You can’t perform that action at this time.
0 commit comments