We are looking for someone who would be willing to provide a build server for Lemmy’s continuous integration. This is used to ensure that new changes and pull requests pass all the checks, and that the code is written well. At the moment we are using a small VPS for this purpose (2 vCPU, 2 GB RAM). This works but is quite slow, and can slow down the development process with unnecessary waiting times.

For this reason we are looking for a community member with a spare server or computer, who would be willing to provide it as a build server. There are no specific hardware requirements, but the faster the better. The build server has to run 24/7 and run the Drone Docker Runner. The setup is very easy, especially if your machine is already running docker. If you have such a server and are willing to provide it, please comment below with the specs.

Additionally we are also looking for an ARM builder, so that we can provide official releases for this platform as well. Note that some Raspberry Pi models seem unable to build Lemmy (our 4GB memory builder failed), so please try if the compilation works on your device. If you can provide an ARM builder, also comment below with the specs.

  • Jonny
    link
    fedilink
    6
    edit-2
    1 year ago

    I ran cargo install lemmy_server in the official Docker Image of Rust:

    • Memory Usage was ok (approx. 1,5 GB)
    • CPU Usage was at peak 100% of all Cores.
      load average: 6,15, 6,23, 5,84
    • The command finished in
      Finished release [optimized] target(s) in 35m 03s
      real    35m6.253s
      user    179m50.287s
      sys     4m23.684s
      
    • @nutomicOPMA
      link
      21 year ago

      That looks good then, I will send you a pm.

      • Jonny
        link
        fedilink
        111 months ago

        Maybe it’s worth another call for build servers? By the way, if I should switch to another runner, or adjust the drone runner config, just let me know