rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.63k stars 101 forks source link

Set rustup profile to minimal thru rustup #1511 #1514

Closed vidurkhanal closed 4 months ago

vidurkhanal commented 4 months ago

Added a command on CI run to set profile to minimal using rustup.

Addreses #1511

bjorn3 commented 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!