-
-
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
Create a jdk21u x64/aarch64/ppc64le Linux DevKit toolchain within Jenkins #3519
Comments
OpenJDK doc: https://openjdk.org/groups/build/doc/building.html |
|
A problem trying to build the DevKit for jdk21u on Centos7, due to a bug in binutils-2.39 ref : https://sourceware.org/bugzilla/show_bug.cgi?id=29476 Each linux platform needs a devkit patch file placed
|
PR to implement Devkit creation in Jenkins and publishing to a new devkit-binaries repo: adoptium/ci-jenkins-pipelines#955 |
The openjdk make/devkit/Tools.gmk does not perform any Centos GPG key verification, and since we need to ensure a secure DevKit is created, I will need to add a separate rpm download and gpg key verification step. |
Completed |
The text was updated successfully, but these errors were encountered: