RFR: 8276743: Make openjdk build Zip Archive generation "reproducible"
Magnus Ihse Bursie
ihse at openjdk.java.net
Fri Nov 12 14:29:33 UTC 2021
On Fri, 12 Nov 2021 11:15:30 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
>>> I think that the post-processing of the zip file can be dependent on this variable and that it serves no purpose to introduce a separate variable ENABLE_REPRODUCIBLE_ZIP that is set to the same value as ENABLE_REPRODUCIBLE_BUILD. Do you agree?
>>
>> Sure, that works for me.
>
> @erikj79 all tests pass, ready for re-review please, thanks
@andrew-m-leonard Yes, pushing an empty commit is much better. The Skara tooling will automatically squash all commits in the PR when it is integrated, so it will be fully invisible in the end.
But there is a way to trigger re-runs, although I realize is has close to zero visibility (I'll need to blame Github for that :-().
Go to your personal fork of the JDK, select the "Actions" tab, select "Pre-submit tests" in the list to the left, and then press the `Run workflow` button in the cyan `This workflow has a workflow_dispatch event trigger.` field.
There you can select branch to run, and also additionally modify the set of platforms run.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6311
More information about the build-dev
mailing list