Stewart X Addison

Results 1786 comments of Stewart X Addison

Somewhat inevitably the linter disagrees with me ;-)

Disabled that check in the linter and re-running at https://ci.adoptopenjdk.net/view/Tooling/job/VagrantPlaybookCheck/1478

> Disabled that check in the linter and re-running at https://ci.adoptopenjdk.net/view/Tooling/job/VagrantPlaybookCheck/1478 Solaris failed for unrelated reasons - re-running at https://ci.adoptopenjdk.net/view/Tooling/job/VagrantPlaybookCheck/1479

See https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L678 (there are other equivalent lines in that groovy file too) for where the underlying fix needs to be

@AdamBrousseau Have you seen any such problems on your MacOS builds? JDK8 appears ok

Yeah looks like mine are consistent and in the `openssl` build phase, so not the same as what you're getting.

Oh this is on an M1 ... I wonder if it's not pulling down the correct docker image for that architecture. That path has almost certainly not been tested

@kerner1000 Can you try with https://github.com/adoptium/temurin-build/blob/ed9419f1484d0ce791ee69afc7bab560a6ac98ab/docker/dockerfile-generator.sh#L303 in your copy of temurin-build changed from `x64` to `aarch64` in the API call? Same for this line in the same file: https://github.com/adoptium/temurin-build/blob/ed9419f1484d0ce791ee69afc7bab560a6ac98ab/docker/dockerfile-generator.sh#L337

Ah yes that's the one that will be fixed by https://github.com/adoptium/temurin-build/pull/3049/files so if you pull in that change (Or just comment out the call in that file to configureReproducibleBuildParameter) then...

That sounds like the same problem that @karianna mentioned above, which is a bit odd because it didn't fail for me when I was trying it earlier ...