WIP: Docs for prebuilt binairies #27
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: plume/documentation#27
Loading…
Reference in a new issue
No description provided.
Delete branch "plume/documentation:prebuilt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once I will have pre-compiled diesel, plm and plume and uploaded them to GitHub, I will update the
TODO
s.I think we can generate all those as "build artifact" on Circle Ci
Yes, probably, but I don't have the courage to do it before the next release… 😬
Is there a due date already?
Not really, I would have liked to do it tomorrow or this week-end now that all the PRs have been merged, but it can be delayed.
and where will they be uploaded to?
I think they are uploaded on circle ci, but we'll have to test
So, I tested, here they are https://circleci.com/gh/Plume-org/Plume/2681#artifacts/containers/0
It's not very practical as is (you can't download all at once), so maybe I'll try to tgz theme before
@ -8,0 +17,4 @@
```bash
# Create a directory to store executables (this is the standard place for Rust binaries)
mkdir -p ~/.cargo/bin
it's either plume.tar.gz, or assets.tar.gz, but can't be both at the same time
tar xf plume.tar.gz
should be enough, really.(to be honest I copied a command from stackoverflow, because I can't remember how to use
tar
😅)