-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protobuf-src compile time increased massively from v1.1.0 -> v2.1.0 #24
Comments
This is your problem: rustc 1.82.0. See rust-lang/rust#132064 |
Thank's for the hint! |
FYI there's a great chance this issue would be fixed by rust-lang/cmake-rs#229. One workaround in the meantime is to set the |
I think this isn't caused by the rustc 1.82.0 slowness after all. With rustc 1.83.0 I'm seeing the same thing on my Macbook:
Seeing how cmake only pops up with v2.0.0, @kesyog's diagnosis seems right. |
See also the discussion in #25 |
Yeah, I think this is almost certainly what @kesyog reported. Still waiting on his PR to cmake-rs to be merged and released. 😞 |
Hi there, this is more a discussion than an issue. We are using protobuf-src in a project: https://github.com/matsim-vsp/parallel_qsim_rust
I wanted to switch from v1.1.0 to v2.1.0 and noticed an increased compile time of
protobuf-src
(from 1-2min to 6-7min) on my Mac. I am wondering whether any body else is facing the same issues. I am considering a downgrade because the compile time is too long.Do you have an idea why this is the case and how to accelerate the compile process?
System settings
The text was updated successfully, but these errors were encountered: