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
We'd like a way to easily distribute (and automatically update) solana-fullnode as widely as possible. Currently Linux users must have the full rust/cargo toolchain installed which is a barrier to entry, and makes #307 and #364 a little tougher than ideal (there should be no need to build solana-fullnodeagain when deploying it to a testnet or for CI testing.
Snaps seam to fit the bill nicely: https://snapcraft.io/
We can have nightly updates for a testnet setup, multiple release channels, and snaps can be installed explicitly/manually for CI testing.
We'd like a way to easily distribute (and automatically update)
solana-fullnode
as widely as possible. Currently Linux users must have the full rust/cargo toolchain installed which is a barrier to entry, and makes #307 and #364 a little tougher than ideal (there should be no need to buildsolana-fullnode
again when deploying it to a testnet or for CI testing.Snaps seam to fit the bill nicely: https://snapcraft.io/
We can have nightly updates for a testnet setup, multiple release channels, and snaps can be installed explicitly/manually for CI testing.
Before proceeding further, we should confirm that CUDA is workable from within the confined environment of a snap. https://github.com/anonymouse64/cuda-samples-snap seems to imply this is possible.
The text was updated successfully, but these errors were encountered: