-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
v1.0.52 update causing constant recompilation #270
Comments
It looks like anyhow v1.0.77 is causing similar issues |
How can I reproduce this? I ran |
hmm, I noticed it while running tests from within IntelliJ. I'll try and reproduce it on the command line once I'm back on the computer tomorrow. |
looks like IntelliJ is more or less at fault here... when running the test suite inside of IntelliJ it is first compiling the test code via:
and then running the tests with:
if I try to run the latter on the CLI outside of IntelliJ I get:
so I guess IntelliJ might be using |
https://youtrack.jetbrains.com/issue/RUST-13133/RUSTCBOOTSTRAP1-is-passed-to-test-configuration seems to confirm my suspicion :-/ |
Good catch. I commented on the RustRover issue tracker with my suggested fix. |
After merging rust-lang/crates.io#7808 I noticed that some dependencies started to recompile for every build. I just ran a
git bisect
session and could reproduce the issue:I assume this is most likely related to:
The text was updated successfully, but these errors were encountered: