Closed
Description
This is maybe not even a rustix bug, but may help someone else seeing the same issue.
Rustix's build.rs has cargo:rerun-if-env-changed=RUSTC
.
When I run cargo check
from my terminal, I see RUSTC=rustc
. When I run it from intellij, I get RUSTC=$HOME/.cargo/bin/rustc
. This means each time the build is invalidated.
For now I am just doing export RUSTC=$HOME/.cargo/bin/rustc
to work around this
Metadata
Metadata
Assignees
Labels
No labels