LemmyNet / LemmyNet/lemmy-plugins
Updating Lemmy binary
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The Lemmy binary is directly committed into the git repo for now because thats the easiest option. To ensure it has a compatible glibc version it should be built in Docker by running this in Lemmy repo:
sudo docker build . -f docker/Dockerfile -t lemmy-plugins --build-arg RUST_RELEASE_MODE=release
Then use these instructions to extract the binary.
Later we could write a script to extract the binary from the latest release.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Build the Lemmy binary with docker/Dockerfile using the command in the issue, then follow the linked extraction instructions. Confirm the extracted binary is compatible with the required glibc version and update the binary committed in the repository; the issue does not name its destination path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, dockerfile, rust
- Domain
- build-system, release
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100