You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building with cross using a custom docker image and it uses my host .cargo/config.toml parameters. In particular
[build]
rustc-wrapper = "sccache"
which makes every attempt at building fail.
I was under the impression that the rust environment cross uses was the one that's on the docker image. Is there a way of making it ignore my host's cargo config?
The text was updated successfully, but these errors were encountered:
Hello,
I'm building with cross using a custom docker image and it uses my host
.cargo/config.toml
parameters. In particularwhich makes every attempt at building fail.
I was under the impression that the rust environment cross uses was the one that's on the docker image. Is there a way of making it ignore my host's cargo config?
The text was updated successfully, but these errors were encountered: