Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v15]

2023-06-20 Thread John Neffenger
On Tue, 13 Jun 2023 14:27:32 GMT, John Neffenger wrote: >> This pull request allows for reproducible builds of JavaFX on Linux, macOS, >> and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For >> example, the following commands create a reproducible build: >> >> >> $

Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v15]

2023-06-19 Thread Johan Vos
On Tue, 13 Jun 2023 14:27:32 GMT, John Neffenger wrote: >> This pull request allows for reproducible builds of JavaFX on Linux, macOS, >> and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For >> example, the following commands create a reproducible build: >> >> >> $

Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v15]

2023-06-15 Thread John Neffenger
On Tue, 13 Jun 2023 14:27:32 GMT, John Neffenger wrote: >> This pull request allows for reproducible builds of JavaFX on Linux, macOS, >> and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For >> example, the following commands create a reproducible build: >> >> >> $

Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v15]

2023-06-13 Thread Kevin Rushforth
On Tue, 13 Jun 2023 14:27:32 GMT, John Neffenger wrote: >> This pull request allows for reproducible builds of JavaFX on Linux, macOS, >> and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For >> example, the following commands create a reproducible build: >> >> >> $

Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v15]

2023-06-13 Thread John Neffenger
> This pull request allows for reproducible builds of JavaFX on Linux, macOS, > and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For > example, the following commands create a reproducible build: > > > $ export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) > $ bash gradlew