Skip to content

ci: install rustup with the minimal profile by default#17162

Open
tobz wants to merge 1 commit intoDataDog:mainfrom
tobz:patch-1
Open

ci: install rustup with the minimal profile by default#17162
tobz wants to merge 1 commit intoDataDog:mainfrom
tobz:patch-1

Conversation

@tobz
Copy link
Copy Markdown
Member

@tobz tobz commented Mar 27, 2026

Description

Installs rustup with the minimal profile, which influences which components are installed by default for any subsequent toolchain installations. Specifically, this avoids installing rust-docs which is never needed for CI, and adds around ~600MiB (on disk, uncompressed) to your CI image per toolchain.

Testing

Risks

Additional Notes

@tobz tobz requested a review from a team as a code owner March 27, 2026 13:34
@tobz tobz requested a review from emmettbutler March 27, 2026 13:34
@brettlangdon brettlangdon changed the title Install rustup with the minimal profile by default. ci: install rustup with the minimal profile by default. Mar 27, 2026
@brettlangdon brettlangdon added the changelog/no-changelog A changelog entry is not required for this PR. label Mar 27, 2026
@taegyunkim taegyunkim changed the title ci: install rustup with the minimal profile by default. ci: install rustup with the minimal profile by default Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants