prefix-dev / reproducible-builds

Testing reproducible builds for the conda ecosystem (using rattler-build)
https://prefix-dev.github.io/reproducible-builds/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

frozenlist is not reproducible on darwin #116

Open nichmor opened 1 week ago

nichmor commented 1 week ago

problem arrives from this line: https://github.com/aio-libs/frozenlist/blob/v1.4.1/packaging/pep517_backend/_backend.py#L199

not sure if we need to patch directly their build tool? @wolfv

wolfv commented 1 week ago

Good find! We're not the first ones to notice, it seems: https://github.com/aio-libs/frozenlist/issues/577

Maybe we can send a patch? Maybe do something different when SOURCE_DATE_EPOCH is set ...