Stream: git-wasmtime

Topic: wasmtime / PR #1462 Use appropriate rustup profile


view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2020 at 16:29):

mrowqa opened PR #1462 from ci-install-rust to master:

This PR adds profile input to install-rust action. As I can see, the current intention is to use minimal profile, however it doesn't include rustfmt. Maybe it works now, because some servers have preinstalled rust using default profile.

I'm submitting this PR, because in some other project I work on the CI was not installing clippy with nightly rust and I fixed it this way.

I'm not sure what profile is required for cargo doc. I'm guessing minimal is enough.

CC @alexcrichton

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2020 at 16:44):

mrowqa updated PR #1462 from ci-install-rust to master:

This PR adds profile input to install-rust action. As I can see, the current intention is to use minimal profile, however it doesn't include rustfmt. Maybe it works now, because some servers have preinstalled rust using default profile.

I'm submitting this PR, because in some other project I work on the CI was not installing clippy with nightly rust and I fixed it this way.

I'm not sure what profile is required for cargo doc. I'm guessing minimal is enough.

CC @alexcrichton

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2020 at 17:34):

alexcrichton merged PR #1462.


Last updated: Nov 22 2024 at 16:03 UTC