In PLC4X we’re also working on enabling fully reproducible builds.
As PLC4X contains Java, C, C#, Go, Python, … it was a bit of a challenge, but I
think we’ll cross the finishing lines with our upcoming release.
We basically gave up on the idea of configuring our tooling to produce the same
outp
Congratulations Jarkek :-)
I was glad to see a reference to
https://maven.apache.org/guides/mini/guide-reproducible-builds.html
I hope we can keep that Maven page up-to-date with whatever comes up so we
only have to look in one place ; -)
Gary
On Sun, Jan 14, 2024, 2:06 PM Jarek Potiuk wrote:
Hey everyone,
I just wanted to share a little accomplishment I (mostly) implemented in
Airflow - I just merged the last PR to get fully reproducible builds for
all thePython artifacts we produce and publish in downloads.apache.org
(python whl, sdist packages, source tarballs).
All our 90 or so ar