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

Re: About compiling on macOS

2025-04-28 Thread Galder Zamarreno
XCode 16.2 worked fine for me. I also see the same warnings with XCode 16.3. You can manually download XCode via http://developer.apple.com/download/all/?q=Xcode. XCode 16.2 is still there right now. Downloading it, unzipping it and putting elsewhere other than /Applications might work if used alo

Nix shell for building OpenJDK on macOS

2025-03-07 Thread Galder Zamarreno
Hi, The dependencies required to build JDK vary depending on which JDK version you are building. I've been building my own set of scripts that allows me to easily manage this, to the extent that I can do it on the given base OS I run. E.g. if I'm building a mainline I'd use X as boot JDK but if I'

Re: Nix shell for building OpenJDK on macOS

2025-03-07 Thread Galder Zamarreno
for the JDK? > > /Magnus > On 2025-03-07 14:29, Galder Zamarreno wrote: > > Hi, > > The dependencies required to build JDK vary depending on which JDK version > you are building. I've been building my own set of scripts that allows me > to easily manage this, to th

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

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