[rust]: install `rust-src` component by narpfel · Pull Request #1630 · compiler-explorer/infra

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@narpfel

Copy link

Member

@narpfel narpfel commented

May 23, 2025

edited

Loading

Building a Miri sysroot needs the standard library sources.

Needed for compiler-explorer/misc-builder#112.

See compiler-explorer/compiler-explorer#2563.

Building a Miri sysroot needs the standard library sources.
self.do_rust_install(staging, self.base_package, base_path)
for architecture in architectures:
self.do_rust_install(staging, f"rust-std-{self.target_name}-{architecture}", base_path)
if self.nightly_like:
Copy link

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still won't be present during the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@mattgodbolt mattgodbolt mattgodbolt left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@narpfel @mattgodbolt