You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
As per this discussion, we want to start gathering requirements for a potential change to this where we would have multiple binaries. They also need to be built with the musl target which changes how (2) is done.
Do we need to keep supporting all the above cases or can we simplify it? How would multiple binaries affect the experience? How can we minimize pain for breakage?
Questions:
1. What are validators’ requirements, e.g. how can we keep installation simple and minimize breakage for them?
2. What are our requirements for testing, e.g. how is installation done on Versi right now?
It will most likely not have too much impact for the two ways the devops team is running nodes: docker (in kubernetes) and systemd (provisionned on VMs with ansible)
The text was updated successfully, but these errors were encountered:
It will most likely not have too much impact for the two ways the devops team is running nodes: docker (in kubernetes) and systemd (provisionned on VMs with ansible).
I also got feedback that an install script is not needed, as long as it is clear what binaries are needed to run the node and potentially a flag to specify the path of those extra binaries (if unable to determine it automatically).
ISSUE
Overview
For distributing
polkadot
, the status quo is that we have a single binary and users can:As per this discussion, we want to start gathering requirements for a potential change to this where we would have multiple binaries. They also need to be built with the musl target which changes how (2) is done.
Do we need to keep supporting all the above cases or can we simplify it? How would multiple binaries affect the experience? How can we minimize pain for breakage?
Questions:
The text was updated successfully, but these errors were encountered: