-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Labels
A-devArea: working on Miri as a developerArea: working on Miri as a developerC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement
Description
cargo check -Zunstable-options --compile-time-deps
is taking almost 2 minutes because it is building capstone and libffi. The entire rest of the rust workspace takes only 1m34s to build with these options. When rust-lang/rust#143785 lands, this means that half of the time it takes rust-analyzer before it can do any analysis with a fresh build dir would be taken up by miri.
ShoyuVanilla
Metadata
Metadata
Assignees
Labels
A-devArea: working on Miri as a developerArea: working on Miri as a developerC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement