hydroflow
hydroflow copied to clipboard
build: use different target dir for rust-analyzer to prevent thrashing with cargo
Might only be a problem on windows?
Hmm, this might use up more disk space for @jhellerstein Seems to use under 5gb for the extra target dir, out of ~50gb..
Wouldn't disabling the python feature be sufficient to prevent thrashing?
Not on my windows machine, both builds still invalidated each other
Maybe we should inspect all our build.rs, similar issues were happening in https://github.com/BLAKE3-team/BLAKE3/pull/413
Just changed it on my user vscode settings.json on my windows machine.