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

fix: solana downloads should default to stable release #35492

Closed

Conversation

mikemaccana
Copy link
Contributor

@mikemaccana mikemaccana commented Apr 4, 2024

Problem

https://docs.solanalabs.com/cli/install says to download 1.18 but looking at https://github.com/solana-labs/solana/releases 1.18.4 is described as "This is a Testnet release. It is not recommended for Mainnet Beta."

Downloading the 'stable' binary and running ./solana-install-init-aarch64-apple-darwin --help shows solana-install-init 1.17.25

Multiple developers have had problems installing the default beta version because software requiring Solana is currently built against stable.

Summary of Changes

Sets the default version for download to be stable version, using the same method (CI) as previous. Do not ever default to beta, even if BETA_CHANNEL_LATEST_TAG is set.

Copy link
Collaborator

@anza-team anza-team 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 for the contribution! This repository is no longer in use. Please re-open this pull request in the agave repo: https://github.com/anza-xyz/agave

@anza-team anza-team closed this Apr 4, 2024
@mergify mergify bot added community Community contribution need:merge-assist labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution need:merge-assist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants