-
Notifications
You must be signed in to change notification settings - Fork 545
docs: update OS recommendations #6067
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
Conversation
Prebuilt binaries are currently available targeting x86_64 with AVX2 support on Ubuntu 20.04. We | ||
will stop publishing these in the near future (as of May 2025). | ||
[Building from source](https://docs.anza.xyz/cli/install#build-from-source) is required for all | ||
other supported target platforms (MacOS and Windows) today and suggested for linux as it will soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for all other supported target platforms (MacOS and Windows)
This page is specifically about running a validator. I don't think it is possible to run a validator on Mac or Windows today, but this blurb kind of implies that you can to me.
Also, we post MacOS bins right now but I'm guessing we'll stop posting all bins
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm just dealing with the ubuntu version here. that was wrong before i started
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was wrong before i started
Agreed, but my read was that the new wording has a stronger implication. Idk, maybe "target" implies build but not run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not going to die on the "mention 22.04" hill so LGTM
Prebuilt binaries are currently available targeting x86_64 with AVX2 support on Ubuntu 20.04. We | ||
will stop publishing these in the near future (as of May 2025). | ||
[Building from source](https://docs.anza.xyz/cli/install#build-from-source) is required for all | ||
other supported target platforms (MacOS and Windows) today and suggested for linux as it will soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was wrong before i started
Agreed, but my read was that the new wording has a stronger implication. Idk, maybe "target" implies build but not run
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
(cherry picked from commit 3a26b6a)
(cherry picked from commit 3a26b6a)
…za-xyz#6143) docs: update OS recommendations (anza-xyz#6067) (cherry picked from commit 3a26b6a) Co-authored-by: Trent Nelson <490004+t-nelson@users.noreply.github.com>
Problem
ubuntu 20.04 is eol at the end of this month, but we still recommend it in docs
Summary of Changes
update os recommendations to current sentiments