Closed MaulingMonkey closed 4 years ago
libc is already not used on windows, no need to download & compile it:
https://github.com/seanmonstar/num_cpus/blob/9b146faf097c6e2b0bb0a313d0a978e537eeb0fd/src/lib.rs#L34-L35
(EDIT: looks like this shaves a good 15 seconds off each appveyor build? 182 vs 185)
Nice catch, thanks!
libc is already not used on windows, no need to download & compile it:
https://github.com/seanmonstar/num_cpus/blob/9b146faf097c6e2b0bb0a313d0a978e537eeb0fd/src/lib.rs#L34-L35
(EDIT: looks like this shaves a good 15 seconds off each appveyor build? 182 vs 185)