seanmonstar / num_cpus

Get the number of CPUs in Rust
Apache License 2.0
582 stars 91 forks source link

Add vxworks implementation #140

Open biabbas opened 1 month ago

biabbas commented 1 month ago

This requires libc 0.2.161 or higher.

biabbas commented 3 weeks ago

review? @seanmonstar

seanmonstar commented 3 weeks ago

Thanks! Can we add a job to CI? (I'm guessing this a new target added to rustc?)

biabbas commented 3 weeks ago

Thanks! Can we add a job to CI? (I'm guessing this a new target added to rustc?)

VxWorks was added to rustc in 2019. It is proprietary, so it hasn't been added as a CI target. Plus it's a tier 3 target.