Stewart X Addison
Stewart X Addison
There have been some concern during the release cycle relating to win32 pipelines taking priority over win64 during the release cycles. Ideally we should have sufficient capacity to perform both...
[releaseCheck.sh](https://github.com/adoptium/github-release-scripts/blob/master/sbin/releaseCheck.sh) is executed in the [refactor_openjdk_release_tool](https://ci.adoptopenjdk.net/job/build-scripts/job/release/job/refactor_openjdk_release_tool) job. At the moment if it fails the checks it's only visible when looking in the console log. We should modify the execution of...
Fixes https://github.com/adoptium/temurin-build/issues/3048 We should possible look at the use of `OPENJDK_FEATURE_NUMBER` vs `OPENJDK_CORE_VERSION` in `build.sh` more in the future, but while this is inconsistent with most of the other comparisons...
`grep -E` is not supported by the default Solaris grep, and `egrep` should offer equivalent functionality everywhere. (NOTE to committers: This does NOT need to be merged before the current...
Thank you for reporting a broken build! Please fill in the following details: - **Jenkins link to the failing log:** Any of the test jobs under https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-alpine-linux-aarch64-temurin/ and to give...
#2990 highlighted an issue where an upgrade to the docker base image from 3.15 to 3.16 bumped the GCC version from 10 to 11. This was fixed by [locking the...
Features that impact the whole project (e.g. Adding a new OpenJDK distribution)are made over at the [adoptium](https://github.com/adoptium/adoptium/). Otherwise, please describe what enhancement you would like to see in the build...
Features that impact the whole project (e.g. Adding a new OpenJDK distribution)are made over at the [adoptium](https://github.com/adoptium/adoptium/). Otherwise, please describe what enhancement you would like to see in the build...
Thank you for reporting a broken build! Please fill in the following details: - **Jenkins link to the failing log:** https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-x64-bisheng/ - **Which platforms (OS+arch) are affected:** Linux/x64 - **If...
This may be a duplicate, but we have some jobs that are currently locked onto specific build machines. For redundancy reasons this is a bad idea. Reasons are likely historic...