Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for stable versions before 1.8.0 #771

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

yerke
Copy link
Contributor

@yerke yerke commented Oct 15, 2024

Changes

Add support for stable versions before 1.8.0.

Why

I added Archive of Rust Stable Standalone Installers page in #733 and #770.

Currently it works for all versions >= 1.8.0. Versions <= 1.7.0 do not have manifests. See Zulip for details.

So in this PR I hard code the available platforms for stable versions before 1.8.0. I got the list of the supported platforms for each version by trying to download (similar to what rustup does for them). I tested that I am able to download the artifacts from the final Forge page.

Screenshot with versions 1.0.0 and 1.1.0 available:

Screenshot 2024-10-15 at 10 15 35 AM

@rustbot
Copy link
Collaborator

rustbot commented Oct 15, 2024

r? @ehuss

rustbot has assigned @ehuss.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 15, 2024
@yerke
Copy link
Contributor Author

yerke commented Oct 15, 2024

r? @Kobzol

@rustbot rustbot assigned Kobzol and unassigned ehuss Oct 15, 2024
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

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

Thank you! It's great that we now have all the releases on that page 🎉

@Kobzol Kobzol merged commit e7dcfe3 into rust-lang:master Oct 15, 2024
1 check passed
@yerke yerke deleted the yerke/stable-versions-before-1.8.0 branch October 15, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants