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

Package solana as a snap #377

Merged
merged 3 commits into from
Jun 19, 2018
Merged

Package solana as a snap #377

merged 3 commits into from
Jun 19, 2018

Conversation

mvines
Copy link
Member

@mvines mvines commented Jun 18, 2018

Progress towards #372

CUDA support not added yet.

mvines added 2 commits June 18, 2018 15:23
This file was created as follows:
$ snapcraft export-login --snaps solana --channels beta,edge snapcraft.credentials
$ openssl aes-256-cbc -e -in snapcraft.credentials -out snapcraft.credentials.enc
@mvines mvines added the work in progress This isn't quite right yet label Jun 18, 2018
@codecov
Copy link

codecov bot commented Jun 18, 2018

Codecov Report

Merging #377 into master will increase coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
+ Coverage    90.8%   91.06%   +0.25%     
==========================================
  Files          36       36              
  Lines        3490     3490              
==========================================
+ Hits         3169     3178       +9     
+ Misses        321      312       -9
Impacted Files Coverage Δ
src/streamer.rs 87.53% <0%> (-0.25%) ⬇️
src/crdt.rs 85.36% <0%> (+1.01%) ⬆️
src/tvu.rs 99.27% <0%> (+1.45%) ⬆️
src/lib.rs 100% <0%> (+100%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31198bc...f6acf4b. Read the comment docs.

@mvines mvines removed the work in progress This isn't quite right yet label Jun 19, 2018
@mvines
Copy link
Member Author

mvines commented Jun 19, 2018

Landing this as is to get CPU snaps moving. Will work on CUDA next as a separate PR, as well as documenting snap usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants