Re: RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-12 Thread Mikael Vidstedt
On Fri, 9 May 2025 22:41:09 GMT, Mikael Vidstedt wrote: > The cmp-baseline builds expect the source-date to be stable across the two > builds (really: invocations of configure). For CI builds the source-date gets > set based on information from the job, but for local builds it gets the > defau

Re: RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-12 Thread Erik Joelsson
On Fri, 9 May 2025 22:41:09 GMT, Mikael Vidstedt wrote: > The cmp-baseline builds expect the source-date to be stable across the two > builds (really: invocations of configure). For CI builds the source-date gets > set based on information from the job, but for local builds it gets the > defau

Re: RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-11 Thread Jaikiran Pai
On Fri, 9 May 2025 22:41:09 GMT, Mikael Vidstedt wrote: > The cmp-baseline builds expect the source-date to be stable across the two > builds (really: invocations of configure). For CI builds the source-date gets > set based on information from the job, but for local builds it gets the > defau

Re: RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-09 Thread Alan Bateman
On Fri, 9 May 2025 22:41:09 GMT, Mikael Vidstedt wrote: > The cmp-baseline builds expect the source-date to be stable across the two > builds (really: invocations of configure). For CI builds the source-date gets > set based on information from the job, but for local builds it gets the > defau

Re: RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-09 Thread Iris Clark
On Fri, 9 May 2025 22:41:09 GMT, Mikael Vidstedt wrote: > The cmp-baseline builds expect the source-date to be stable across the two > builds (really: invocations of configure). For CI builds the source-date gets > set based on information from the job, but for local builds it gets the > defau

Re: RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-09 Thread Chen Liang
On Fri, 9 May 2025 22:41:09 GMT, Mikael Vidstedt wrote: > The cmp-baseline builds expect the source-date to be stable across the two > builds (really: invocations of configure). For CI builds the source-date gets > set based on information from the job, but for local builds it gets the > defau

RFR: 8356657: Use stable source-date for cmp-baseline jib profiles

2025-05-09 Thread Mikael Vidstedt
The cmp-baseline builds expect the source-date to be stable across the two builds (really: invocations of configure). For CI builds the source-date gets set based on information from the job, but for local builds it gets the default "current" value which will not be the same for the two builds.