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
The new way the pacs are generated leads to a noticable increase in build time. A quick test on my laptop gave me 4:15 with the new pacs and 2:49 with the old ones. EDIT: building the HAL, that is.
It seems the main difference is that only the SVDs and build.rs is published to crates.io, and not the actual source code.
Is there a reason for this?
To me it feels like you might as well generate the full source before publishing, which should bring compile times down to what they were before.
The text was updated successfully, but these errors were encountered:
GitHub is notoriously bad at handling so many files, so this guarantees PRs aren't broken. My build times are better, but I mostly use multicore machines. And they shouldn't rebuild.
The new way the pacs are generated leads to a noticable increase in build time. A quick test on my laptop gave me 4:15 with the new pacs and 2:49 with the old ones. EDIT: building the HAL, that is.
It seems the main difference is that only the SVDs and build.rs is published to crates.io, and not the actual source code.
Is there a reason for this?
To me it feels like you might as well generate the full source before publishing, which should bring compile times down to what they were before.
The text was updated successfully, but these errors were encountered: