Provide prebuilt std for gnullvm targets#114346
Closed
mati865 wants to merge 1 commit intorust-lang:masterfrom
Closed
Provide prebuilt std for gnullvm targets#114346mati865 wants to merge 1 commit intorust-lang:masterfrom
mati865 wants to merge 1 commit intorust-lang:masterfrom
Conversation
Collaborator
|
(rustbot has picked a reviewer for you, use r? to override) |
5ea09f2 to
5396bcd
Compare
Member
|
This would raise the targets to tier 2 (without host tools), so we'll want to go through the usual target raising process -- MCP at minimum copying the https://doc.rust-lang.org/beta/rustc/target-tier-policy.html#tier-2-target-policy and filling it out. |
Member
Author
|
Thanks, I'll try adding i686 target before opening MCP for tier upgrade. Closing the PR in the meantime. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 20, 2024
…llvm, r=Mark-Simulacrum Provide prebuilt std for gnullvm targets Revival of rust-lang#114346 which waiting on MCP that was accepted recently: rust-lang/compiler-team#710 (comment)
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Apr 23, 2024
…ark-Simulacrum Provide prebuilt std for gnullvm targets Revival of rust-lang/rust#114346 which waiting on MCP that was accepted recently: rust-lang/compiler-team#710 (comment)
RalfJung
pushed a commit
to RalfJung/rust-analyzer
that referenced
this pull request
Apr 27, 2024
…ark-Simulacrum Provide prebuilt std for gnullvm targets Revival of rust-lang/rust#114346 which waiting on MCP that was accepted recently: rust-lang/compiler-team#710 (comment)
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't know if we have CI capacity for providing prebuilt host toolchain for them but at least std is low cost and there was no breakage for past year.