Skip to content

Commit b10f055

Browse files
authored
Unrolled build for #153293
Rollup merge of #153293 - Gelbpunkt:skip-process-tests-hermit, r=joboet library: std: process: skip tests on Hermit Hermit does not yet support spawning processes.
2 parents 8ddf4ef + f1a4d0c commit b10f055

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/std/src/process.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
target_env = "sgx",
157157
target_os = "xous",
158158
target_os = "trusty",
159+
target_os = "hermit",
159160
))
160161
))]
161162
mod tests;

0 commit comments

Comments
 (0)