Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 4
    Have you done a full system analysis of your entire pipeline from code to deployment on the final systems and confirmed that this is a more significant issue than the myriad of other issues which exist? If not, you're worrying about the wrong thing. Commented Feb 15, 2022 at 10:19
  • You build it multiple times and compare the binaries. Commented Feb 15, 2022 at 15:21
  • I think very, very few developers have ever cared about this; most of the time it's a huge effort to even get a reproducible build out of the tools, because so many things like embedding the current time somewhere. Commented Feb 15, 2022 at 16:50