RFR: 8288001: SOURCE_DATE_EPOCH should not be set by default

KIRIYAMA Takuya duke at openjdk.java.net
Thu Jun 16 06:42:03 UTC 2022


On Tue, 14 Jun 2022 09:50:57 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> Thank you for your comments.
>> I understood the goal of reproducible build. But now, ENABLE_REPRODUCIBLE_BUILD is set to false in default configuration.
>> Then I think minimize the effort of SOURCE_DATE_EPOCH when reproducible build is disabled. I wonder why build time information is different from Windows and Linux.
>
> @tkiriyama I have created https://bugs.openjdk.org/browse/JDK-8288396 for the approach I championed above, i.e. to always build reproducible instead. As part of this, the `-Xinternalversion` time stamp should be of the same format for all platforms, given the same set of options to `configure`.
> 
> The associated PR is https://github.com/openjdk/jdk/pull/9152. Can you verify if this solves your issues, and if so, close this bug?

@magicus 
Thank you. I will check it.

-------------

PR: https://git.openjdk.org/jdk/pull/9081



More information about the build-dev mailing list