You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building gitui which has openssl-sys in the vendored version as a transitive dependency, the build time is very long.
The CPU and RAM usage during the build is also extremely low. Compared to the rest of the build which takes around a minute the build for openssl-sys takes 13 minutes.
Rust version: 1.79.0 1.82.0
OS/Distro + Version: Windows 11 Beta
I don't recall this being an issue a few months ago when I last build gitui. extrawurst/gitui#2303
I can send more details if needed
Initially it seems like the build step is not parallel, though it's probably more than that as even sequential compilation has higher cpu usage than what there is when building this crate.
The text was updated successfully, but these errors were encountered:
Looking at task manager during build, there is only one instance of cl.exe (not sure why cargo chooses cl, there is clang in path as well, if there is a way to specify clang in config.toml I would prefer that), which is at a very low cpu and mem usage:
it also disappears and reappears quite frequently, with breaks of around 1 second in between.
When building gitui which has openssl-sys in the vendored version as a transitive dependency, the build time is very long.
The CPU and RAM usage during the build is also extremely low. Compared to the rest of the build which takes around a minute the build for openssl-sys takes 13 minutes.
Rust version: 1.79.0 1.82.0
OS/Distro + Version: Windows 11 Beta
I don't recall this being an issue a few months ago when I last build gitui.
extrawurst/gitui#2303
I can send more details if needed
Initially it seems like the build step is not parallel, though it's probably more than that as even sequential compilation has higher cpu usage than what there is when building this crate.
The text was updated successfully, but these errors were encountered: