Re: On passing --date to jrt-fs jar at build time

2025-04-05 Thread Galder Zamarreno
On Fri, Mar 28, 2025 at 10:43 AM Alan Bateman wrote: > On 28/03/2025 09:25, Galder Zamarreno wrote: > > : > > However, @Thomas Fitzsimmons had a very good point > to make: > > > I also wonder why the test harness is passing --date $SOURCE_DATE_EPOCH, > since the test jars are not distributed, no

Re: On passing --date to jrt-fs jar at build time

2025-04-02 Thread Magnus Ihse Bursie
On 2025-03-28 11:28, Galder Zamarreno wrote: On Fri, Mar 28, 2025 at 11:00 AM Severin Gehwolf wrote: On Fri, 2025-03-28 at 10:25 +0100, Galder Zamarreno wrote: > Hi, > > I continue experimenting with building mainline on Nix and I've made > some progress. Capstone, Ant

Re: On passing --date to jrt-fs jar at build time

2025-04-01 Thread Alan Bateman
On 01/04/2025 08:52, Galder Zamarreno wrote: I'm not sure what "test harness" and "test jar" means here but just to say that jrt-fs.jar is in the JDK run-time. ^ Are you sure? The default make target, `exploded-image`, doesn't build the jrt-fs.jar. Aside from `test`, `images` does bu

Re: On passing --date to jrt-fs jar at build time

2025-03-28 Thread Galder Zamarreno
On Fri, Mar 28, 2025 at 11:00 AM Severin Gehwolf wrote: > On Fri, 2025-03-28 at 10:25 +0100, Galder Zamarreno wrote: > > Hi, > > > > I continue experimenting with building mainline on Nix and I've made > > some progress. Capstone, Ant and others are in, but I had to work > > around an issue when

Re: On passing --date to jrt-fs jar at build time

2025-03-28 Thread Severin Gehwolf
On Fri, 2025-03-28 at 10:25 +0100, Galder Zamarreno wrote: > Hi, > > I continue experimenting with building mainline on Nix and I've made > some progress. Capstone, Ant and others are in, but I had to work > around an issue when trying to run JMH benchmarks [1]. > > Seems like when `test` make ta

Re: On passing --date to jrt-fs jar at build time

2025-03-28 Thread Alan Bateman
On 28/03/2025 09:25, Galder Zamarreno wrote: : However, @Thomas Fitzsimmons  had a very good point to make: > I also wonder why the test harness is passing |--date $SOURCE_DATE_EPOCH|, since the test jars are not distributed, not sure why they'd need to be reprodu

On passing --date to jrt-fs jar at build time

2025-03-28 Thread Galder Zamarreno
Hi, I continue experimenting with building mainline on Nix and I've made some progress. Capstone, Ant and others are in, but I had to work around an issue when trying to run JMH benchmarks [1]. Seems like when `test` make target is run, `jrt-fs` jar file is created passing in `--date ...`. In Nix