-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update linux_repro_build_compare.sh to build just from the SBOM #3425
Comments
With the PR https://github.com/adoptium/temurin-build/pull/3546/files correctly setup the build parameters I'm getting the error message
Feels like it's an environment issue. I'm using the mac m1 with docker - image of adoptopenjdk/centos6_build_image. gcc - https://ci.adoptium.net/userContent/gcc/gcc112.aarch64.tar.xz. |
Also tried with Mac intel with docker got the same error. |
I noticed that for jdk21 jenkins build is using adoptopenjdk/centos7_build_image, trying centos7 see if there is still this problem |
Yes, change to centos7_build_image I can rebuild released jdk21 successfully. |
Diff ( host - mac x64, adoptopenjdk/centos7 )
|
@sophia-guo the ipv6 difference is a known problem: #3429 |
Yes, jdk17 and above require Centos7 |
I'm using the adoptopenjdk/centos7_build_image |
ah ok, which host? it's probably the host that would need ipv6 disabling |
Closed by #3546 |
With the update to add gcc, glibc and bootjdk to the SBOM: #3385
The build from SBOM scripts on Linux: https://github.com/adoptium/temurin-build/blob/master/tooling/linux_repro_build_compare.sh
Needs updating to just use the SBOM.
The text was updated successfully, but these errors were encountered: