this post was submitted on 26 Jun 2023
74 points (92.0% liked)

Memes

45190 readers
2075 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
all 11 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 8 points 1 year ago

More interested in the other 3 days challenge ๐Ÿ˜‚๐Ÿ’ฉ

[โ€“] [email protected] 7 points 1 year ago (1 children)
[โ€“] [email protected] 2 points 1 year ago (1 children)

They're monkeys, give em some slack.

[โ€“] [email protected] 6 points 1 year ago (1 children)
[โ€“] [email protected] 3 points 1 year ago (1 children)

Thanks I see why my builds were not working. will try to build it myself using your scripts

[โ€“] [email protected] 3 points 1 year ago

Those are not my scripts. And the person who made them also has pre-built images on Docker hub.

[โ€“] [email protected] 3 points 1 year ago

Can't you just build it yourself, if the pull request has everything needed?

I mean, this is exactly the situation where open source excels. The "vendor" doesn't work as fast as you want, but you have all the tools to do it yourself.

[โ€“] [email protected] 1 points 1 year ago

He'll tickle your feet when hes ready

[โ€“] [email protected] 1 points 1 year ago

I made my own that compiles Lemmy from source. Basically just make a dockerfile with a build step that git clones Lemmy, checks out the tag for the release you want, writes that version number to the rust file that needs it (see the official docker image file for this), and then do a cargo build --release.