Stewart X Addison

Results 1768 comments of Stewart X Addison

> OSUOSL's openstack and azure dont seem to have a ubuntu2404 image (yet) We should look at provisioning a 22.04 system at OSUOSL (Maybe for Aarch64 and ppc64le both at...

Deep dive into the `tools/jpackage` failures which are occurring on 24.04 but not on 22.04: On both machines `dpkg -S /lib/aarch64-linux-gnu/libmd.so.0` are failing, although on the 22.04 machine it gives...

> I've seen fixes to the jpackage tests that reference specific quirks with new versions of platforms like Fedora. Is this failure similar? Can we fix the test upstream? I...

Something like `dpkg -S || dpkg -S $(realpath )` is possibly enough to work around this problem - `realpath` seems to be in the base Ubuntu container images so it...

Ref the last comment it would be good to have a similar summary for the docker container run mentioned in https://github.com/adoptium/infrastructure/issues/3501#issuecomment-2090349452 before the jobs for those disappear :-) Additional note,...

Raised issue referenced above for the `jpackage` failures which are definitely a result of a change on the Ubuntu side rendering the openjdk tests incompatible with 24.04 for now.

@Haroon-Khel I was just thinking about this after our call earlier. I think for now we should retaing both the jdk-XX and jdkXX links. While adding the jdkXX one shouldn't...

> At the moment I am testing builds with and without the hyphen in the symlink in our build containers. The scripts run fine with and without the hyphen (it...

I would suggest that we try to limit most of these parameters to selection boxes instead of free-form text fields for the purposes of this (which would also prevent people...

> This is not related with #5204. It is expected due to https://issues.jenkins.io/browse/JENKINS-42971 ( note which shows resolved but actually not). With LIGHT_WEIGHT_CHECKOUT=true Pipeline script from SCM does not expand...