<div dir="ltr"><p>Dear Reproducible Builds,<br></p><p>I am reaching out for two reasons: </p><p>The first one is to show you our efforts to build reproducible packages cross-platform with a new build tool called "<a href="https://github.com/prefix-dev/rattler-build" target="_blank">rattler-build</a>". The tool itself creates `conda` packages which are cross-platform, system level, binary packages. As you can imagine, building packages reproducibly on Windows is the hardest challenge (so far!). We've created a list of 100 recipes for now ... and we're testing / rebuilding packages in <a href="https://github.com/prefix-dev/reproducible-builds" target="_blank">Github Actions CI</a>.</p><p>You can find the table and diagram on the following website: <a href="https://prefix-dev.github.io/reproducible-builds/" target="_blank">https://prefix-dev.github.io/reproducible-builds/</a></p><p>The second reason is that we've been semi-successful with Apple. It seems that a number of tools from the Apple ecosystem are not aware of `SOURCE_DATE_EPOCH` but instead use `ZERO_AR_DATE`. We're wondering if someone else is working on reproducing binary packages on macOS? The downside of ZERO_AR_DATE is that it zeroes out the timestamp, while SOURCE_DATE_EPOCH can use some "reasonable, but deterministic" timestamp (which we would prefer).</p><p>We did send one PR to a fork of Apple's tools to add SOURCE_DATE_EPOCH  (<a href="https://github.com/tpoechtrager/cctools-port/pull/140" target="_blank">https://github.com/tpoechtrager/cctools-port/pull/140</a>), but there are a few more places in `cctools` that need fixing and ideally this would go upstream to Apple.</p><p>Any chance someone knows someone that knows someone etc?! :)</p><p>We believe these changes could significantly improve the reproducibility of builds using cctools, benefiting not only rattler-build but potentially the broader community working on reproducible builds.</p><p>Thank you for your time and support.</p><p><br>Best regards,<br>Nichita Morcotilo<br><a href="http://prefix.dev/" target="_blank">prefix.dev</a> Team</p></div>