-
Notifications
You must be signed in to change notification settings - Fork 721
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
Add perl-IPC-Cmd to CentOS6 docker container #14930
Conversation
@pshipton I have modified the When this (successfully) completes, if you can update your PR (14900??) with this container reference change and respin that PR job for x86 we can see what the next failure point is (hopefully none).
fyi @AdamBrousseau Edit: autoconf failed, respun as build 18. |
e2a0533
to
90c4dc2
Compare
Looks like it failed again due to a certificate problem. Let me know when a new container is available and I'll test it. |
RIght, seems there are plenty of certificates expired. Now on build 21. :( |
In build 21 |
6df90b7
to
08371c9
Compare
jenkins build docker x86 centos6 |
@pshipton based on work @vsebe performed previously for redhat6 containers. https://openj9-jenkins.osuosl.org/job/Build-Jenkins-Agent-Container/24/console Should likely test a few other platform/os combinations...open to suggestions. |
We should test centos7 since it's affected by the change, and ubuntu16 since the wget change is common. I'd assume if ubuntu16 works then higher versions will as well. Not sure the platform matters. |
@jdekonin the PR build failed
|
Testing of eclipseopenj9/jenkins-agent-x86-centos6:24 to build openssl 3.0.7 |
eclipseopenj9/jenkins-agent-x86-centos6:24 is working fine to build openssl 3. |
Build may have that handshake fail because the OS is too old and doesn't have an updated cert store? I seem to recall a Let's Encrypt change a while back that broke curl on old OSs because they don't support new cert protocol or something like that. |
jenkins build docker x86 ubuntu20 |
centos7 - Build-Jenkins-Agent-Container/25 - passes the creation of the container but fails uploading to docker hub To add onto my todo list would be fixing any possible cert issues. Doesn't need to block this PR or use of |
jenkins build docker x86 centos7 |
Pls create another PR, or modify this one, to update defaults.yml to use |
* [skip ci] * added for openssl3 support * update wget with no certification option as most certificate have expired * update build job to use latest container with these changes * eclipse-openj9#13686 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
…uirements * see eclipse-openj9/openj9#14930 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
) * compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com> Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
* compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 These were added in adoptium#2855 but in the wrong place. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
* compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 These were added in adoptium#2855 but in the wrong place. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
compile * compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 These were added in adoptium#2855 but in the wrong place. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
compile * compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 These were added in adoptium#2855 but in the wrong place. perl-IPC-Cmd is required for all platforms. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
) compile * compiling openssl v3 within container or system requires this package * see eclipse-openj9/openj9#14930 These were added in #2855 but in the wrong place. perl-IPC-Cmd is required for all platforms. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Signed-off-by: Joe deKoning joe_dekoning@ca.ibm.com