Closed vidurkhanal closed 4 months ago
Thanks for the PR! Unfortunately as it turns out rustup set profile minimal
doesn't work. It still downloads clippy and such in CI. I expected it to work, but turns out I was wrong about this. In the mean time someone else unaware of your attempts opened a PR that did actually got a fix for https://github.com/rust-lang/rustc_codegen_cranelift/issues/1511 working. I've merged that PR instead. Thanks for attempting to fix this issue anyway!
Added a command on CI run to set profile to minimal using rustup.
Addreses #1511