Open jaynnn opened 5 months ago
Hi @jaynnn,
You shouldn't call the sccache cargo build
, just use the cargo build
instead, if you configure a caching correctly (via config file or environment).
cargo
itself is not a compiler. The sccache
wants a compiler as an argument, rustc
is a compiler.
Hi @jaynnn,
Is it your problem fixed?
If yes, please, close the issue. If no, please, provide more details.
step:
extra:
platform: windows 11
commands i've execute cargo install sccache --locked setx RUSTC_WRAPPER "MYPATH\sccache.exe"