mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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.
This commit is contained in:
@@ -156,6 +156,7 @@
|
||||
target_env = "sgx",
|
||||
target_os = "xous",
|
||||
target_os = "trusty",
|
||||
target_os = "hermit",
|
||||
))
|
||||
))]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user