-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Snap cuda fullnode #393
Snap cuda fullnode #393
Conversation
source: https://solana-perf.s3.amazonaws.com/master/x86_64-unknown-linux-gnu/solana-perf.tgz | ||
prime: | ||
- solana-perf-HEAD.txt | ||
solana-cuda: |
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.
Should this be named solana-perf
?
snap/snapcraft.yaml
Outdated
@@ -29,6 +34,44 @@ apps: | |||
command: solana-mint-demo | |||
|
|||
parts: | |||
solana-perf: |
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.
Should this be named something like solana-perf-tarball
?
snap/snapcraft.yaml
Outdated
|
||
apps: | ||
cuda-fullnode: | ||
command: solana-cuda-fullnode |
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.
How about the name solana-fullnode-perf
?
Codecov Report
@@ Coverage Diff @@
## master #393 +/- ##
==========================================
+ Coverage 90.81% 90.88% +0.07%
==========================================
Files 36 36
Lines 3526 3523 -3
==========================================
Hits 3202 3202
+ Misses 324 321 -3
Continue to review full report at Codecov.
|
💔 Unable to automerge due to CI failure |
💔 Unable to automerge due to CI failure |
This is necessary until we build a docker image that also contains a CUDA installation
💔 Unable to automerge due to CI failure |
Fixes #372