Stewart X Addison
Stewart X Addison
Thanks @kxxt I'll take a look at those since I haven't run tests with those included yet and some of the failures were OOMs which could be related to 60591....
I had remote access to someone else's Pioneer too at one point but it's not available now. Mine are running a 5.10-based kernel from Ubuntu 24.04 so that link is...
> I remember that on SG2042, nodejs 25.2.1 with https://github.com/nodejs/node/pull/60591 and https://github.com/nodejs/node/pull/60588 applied passed all tests except test-snapshot-reproducible.js, @kxxt Did you have to do anything special to get the single...
That's useful information. Given that there are multiple failures on different hardware here [I've raised another issue on this](https://github.com/nodejs/node/issues/61110) and will put excludes in for RISC-V on the SEA tests...
> when the blog post is created either under Adoptium.net or EF page it does include tags Yeah the issue is that it's not possible to see them on the...
For option 1 is there a way of filtering currently by "Wider eclipse content"? I'm not sure the can be made to show up in any tag filter. Maybe it...
Noting that `C:\jw` is now `C:\workspace` for consistency with the existing pipelines. Also based on the investigations for https://github.com/adoptium/infrastructure/issues/3723 there will need to be an `openjdk-build` directory under workspace which...
Replicating the instructions here. Noting that the docker install will reboot the machine part way through so we cannot run any of these bits in parallel with that :-) Steps...
## Some notes for starting the jenkins agents on the machines When starting the agent on the host system you may get the following error when running jobs: ``` 14:08:37...
There is something relating to the setting of `HOME` that's giving a problem during the build jobs: ``` 21:09:34 C:\workspace\openjdk-build>bash -c "git config --global safe.directory $(cygpath ${WORKSPACE})" 21:09:34 error: could...