Skip to content
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

switch target_triple always tigger whole rebuilding #151

Open
cstkingkey opened this issue Jan 16, 2022 · 1 comment
Open

switch target_triple always tigger whole rebuilding #151

cstkingkey opened this issue Jan 16, 2022 · 1 comment
Assignees
Labels

Comments

@cstkingkey
Copy link
Contributor

when switching target triple, a complete rebuilding is triggered.(all dependencies is rebuiled)
finish x86_64 with right msi generated, do x86 task. Then without any modification to rs source, starting x86_64 task will rebuild the whole tree.

@volks73
Copy link
Owner

volks73 commented Jan 16, 2022

This sounds like you are hitting #135 and ultimately related to rust-lang/cargo#9357. See my comment. Note, there is not really a solution for this yet. Are you able to (eventually) use the nightly toolchain?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants