CircleCI-Public / CircleCI-Public/rust-orb

change the rust/install restup profile to minimal

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
2
Forks
14
PR merge metrics
No merged PRs in 30d

Description

## Describe Request:

On ci you may want to save some download time by not installing all the rust components, especially if you don't need them. You can manage profiles to do this. This could either be done by default by passing `--profile minimal` or by giving an additional option to set it.

## Examples:

An option could look like:
```yaml
- rust/install:
version: 1.72.0
profile: minimal
```

## Supporting Documentation Links:
https://rust-lang.github.io/rustup/concepts/profiles.html

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.