4 comments

  • guessmyname 20 minutes ago
    Oh, this web service is going to be such a nice target for hackers waiting to infect everyone who dares download random binaries. Centralizing “builds on demand” like this creates a pretty juicy supply-chain target. If the service gets popped, you’ve got a one-stop shop for shipping compromised binaries to every arch/OS combo. Convenient idea, but I’d only trust it with strong guarantees: reproducible builds, signed artifacts tied to commits, and a way to verify locally. Otherwise it’s basically “go install URL” with extra steps.
  • fractorial 1 hour ago
    I cannot fathom why anyone would want this.
    • gbraad 52 minutes ago
      It is mostly indicative of another underlying issue, like glibc versions or so. But this also leads to weird situations with reproducibility for QE/error reporting. One of the reasons I also hated some distro wanting to devendor and use distro dependencies. This all makes it harder to have a consistent support matrix.
  • ivere27 1 hour ago
    so, it's kinda build server, building golang sources in remote server? then, download the built binary? it seems to be useful for normal enduser I guess
  • dailoxxxx 1 hour ago
    [flagged]