Stewart X Addison

Results 1786 comments of Stewart X Addison

Noting also that the `git clean -fdx` operation at the start of the build occurs within the container and can't clean up in the extracted openjdk-build directory: ``` 09:56:31 +...

~~This is definitely looking more promising based on a few runs of a build with a faulty `configure-arg` :-)~~ Unfortunately not for the full run :'( At the end of...

`context.cleanWs notFailBuild: true` in openjdk_build_pipeline.groovy is executed on the host - latest branch will attempt to remove `cyclonedx-lib` in that section.

If the only reason is to get newer gcc functionality then My preference would very much be to do the same as we do on all other linux platforms i.e....

> use a devkit build for this. I've had a look at this, and while the process puts up a bit of a fight on riscv64 I have managed to...

I've been able to successfully build a devkit with GCC14.2 using the RPMs from Fedora 27/28 with glibc 2.27. Unlike my earlier attempts it seems to build reliably on the...

New devkit at https://ci.adoptium.net/userContent/devkit/devkit.riscv64.GCC142.F27F28.scaleway9.tar.xz (sha256sum `b1ded6f28dfe3260e0b061fbede07e9f754ca218278c26bdfb9af4f0f6bffcea`) This was built (as you might guess from the name) on scaleway machine 9 running the existing Ubuntu 20.04 build container using the sysroot...

Build of jdk21 with the devkit seems to work ok 👍🏻 I haven't run anything through the fuil set of tests yet but I wouldn't anticipate too many issues in...

Job at https://ci.adoptium.net/job/build-scripts/job/utils/job/devkit/job/devkit-gcc-linux-riscv64/33/ completed on one of our riscv64 boards and produced the devkit as an artifact on that job (Upload step failed, but that's not critical for this). Running...

Result: ``` Tools summary: * Boot JDK: openjdk version "21.0.5" 2024-10-15 LTS OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing) (at /usr/lib/jvm/jdk21)...