[rust]: install `rust-src` component by narpfel · Pull Request #1630 · compiler-explorer/infra
Navigation Menu
{{ message }}
compiler-explorer / infra Public
- Notifications You must be signed in to change notification settings
- Fork 384
Closed
narpfel wants to merge 1 commit intocompiler-explorer:mainfrom
Closed
[rust]: install rust-src component#1630
narpfel wants to merge 1 commit intocompiler-explorer:mainfrom
[rust]: install rust-src component#1630
narpfel wants to merge 1 commit intocompiler-explorer:mainfrom
Conversation
Copy link
Member
Building a Miri sysroot needs the standard library sources.
Needed for compiler-explorer/misc-builder#112.
Building a Miri sysroot needs the standard library sources.
This was referenced
May 23, 2025Merged
mattgodbolt reviewed May 27, 2025
| 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.
narpfel
mentioned this pull request
mattgodbolt
closed this
in
compiler-explorer/misc-builder#113
narpfel
deleted the
rust-install-src
branch
ojeda
mentioned this pull request
21 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment