Comment by gruez

Comment by gruez 5 days ago

3 replies

>People reproducibly build Signal all the time

source? Is there a site that tracks this, or only shows up when someone raises an issue on github?

tga_d 5 days ago

Pick a decently up-to-date fork of Signal on GitHub and look at its Actions. You can also just do it yourself if you'd like, the process is effectively just doing a build in a docker container and comparing the result.

https://github.com/signalapp/Signal-Android/blob/main/reprod...

  • gruez 5 days ago

    The github action finishing is not the same as "reproducibility built it", which implies verification against the official build.

    • tga_d 5 days ago

      There is a dedicated reproducible builds action that verifies that it does match (currently failing because of the aforementioned bug). I'm not sure why you're still litigating this when, again, you can not only just go look at it, you can very much do it yourself.