Stewart X Addison
Stewart X Addison
Ref: https://ci.adoptopenjdk.net/job/adoptium-packages-linux-pipeline_new/97/console `ERROR: JAVA_HOME is set to an invalid directory: /home/jenkins/tools/hudson.model.JDK/jdk-11.0.13_8/jdk-11.0.13+8` I have symlinked that location for now into `/usr/lib/jvm/jdk-11` but a proper solution will need to be identified. I'll...
We had an incident recently where a [critical openssl update](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0286) which was [released by Ubuntu on the 6th February](https://launchpad.net/ubuntu/+source/openssl/3.0.2-0ubuntu1.8) did not make it into our container images for almost a...
Should be possible with the patch from https://github.com/openjdk/jdk8u-dev/pull/357#issuecomment-2048858831
Latest example was 22.0.1.1+1 based off 22.0.1+8 where we floated a patch for s390x. We should document the expected process and ensure it is possible to follow it. Ensure impliations...
In order to ensure that we keep the download verification up to date with changes for each release we should ensure that the download script can work properly for early...
Related: https://github.com/adoptium/temurin/pull/41 Draft until the retrospective has been completed. This contains updates while it's fresh in my mind by other changes will be added pending the outcome from [the retrospective](https://github.com/adoptium/temurin-build/pull/3783)
**What are you trying to do?** Write the r[elease blog for the April releases](https://github.com/adoptium/adoptium.net/issues/2756#issuecomment-2076673737) and checking things that have changed in the SBoM **Expected behaviour:** SBoM updates look good enough...
Syntax in a few places is invalid for Solaris: ``` -bash-3.2$ sleep 5s sleep: bad character in argument -bash-3.2$ ``` Identified as part of https://github.com/adoptium/temurin-build/pull/3744
Follow on to https://github.com/adoptium/temurin-build/issues/3700 The current process has a number of things which are not ideal and should be fixed: - [x] The RHEL support should be in the Tools.gmk...
I've been re-running the tests suites manually on some custom builds in order to test some modified compiler options on Linux as per https://github.com/adoptium/temurin-build/issues/3685 By default if you just specify...