Stewart X Addison
Stewart X Addison
**Is your feature request related to a problem? Please describe.** The download page has tabs/buttons for the LTS releases but not the latest STS version (24 at the time of...
Another one in the set of tests marked flaky on AIX under https://github.com/nodejs/node/pull/60565 - this is also exhibiting intermittent failing behaviour and is causing issues for PRs such as https://github.com/nodejs/node/pull/60962#issuecomment-3620423149...
Failure referenced in https://github.com/nodejs/build/issues/4099#issuecomment-3617069521 - the single line fix to `deps/v8/src/execution/riscv/simulator-riscv.h` is enough to allow the cross-compiled build to pass but it seems cleaner to to pull the full commit...
Based on recent discussions in the PMC we plan to stop shipping Temurin builds for 32-bit windows (win32) starting in 2026. Currently we distribute win32 versions of Temurin for jdk8,...
From recent discussions at the PMC based on low usage and the withdrawal of a sponsor which covered the cost of the Solaris systems we are planning to stop releasing...
This reverts commit a9a9e37b02d40a33f4c16ac0e81ce6b7967daef6. This was added for debugging problems on Scaleway arm32 systems which we no longer use. This should have been reverted ages ago Fixes https://github.com/adoptium/temurin-build/issues/2545 Noting that...
Spun out from discussion in https://github.com/AdoptOpenJDK/openjdk-build/pull/2125#pullrequestreview-504661752 The location for changes to config parameters is something we need to provide guidance on. I came across it when putting [this section of...
We do not publish a SHA56 checksum for the SBOM files. At the moment the solaris `simple` jobs do produce one and so if you attempt to use the release...
When running: ``` ./makejdk-any-platform.sh --podman jdk21u ``` I'm getting the following error: ``` INFO: Extracting latest tag for the scmref using git describe since no tag is set in the...
Ref hthis line which sets the default: ttps://github.com/adoptium/temurin-build/blob/f4bcbeb80b2dc0a624721f09a91c925e6df2bc90/docker/dockerfile-generator.sh#27 It can be overridden with a switch such as `--base-image ubuntu:24.04` but that is not mentioned in our [top level README](https://github.com/adoptium/temurin-build/blob/master/README.md) or...