-
Notifications
You must be signed in to change notification settings - Fork 35
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
3.18.x deps 2023 08 28 16 39 01 610533 #1282
3.18.x deps 2023 08 28 16 39 01 610533 #1282
Conversation
larsewi
commented
Aug 28, 2023
- Updated lmdb from 0.9.30 to 0.9.31
- Updated zlib from 1.2.13 to 1.3
- Updated openssl from 1.1.1t to 1.1.1v
- Updated libxml2 from 2.11.2 to 2.11.5
- Updated diffutils from 3.9 to 3.10
- Updated openldap from 2.6.4 to 2.6.6
- Updated libcurl-hub from 8.0.1 to 8.2.1
- Updated git from 2.40.1 to 2.42.0
- Updated postgresql from 13.10 to 13.12
- Updated php from 8.0.28 to 8.0.30
- Updated libcurl from 8.0.1 to 8.2.1
@cf-bottom build with exotics plz |
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/9695/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9695/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks goold! Now let's see if it builds.
66524e2
to
6a05773
Compare
not sure why aix71 is failing or using the odd IBM compiler
and if I even just try running that cc I get
It should be using /usr/bin/gcc which is /opt/freeware/bin/gcc which is /opt/freeware/bin/gcc-10 (which maybe should be gcc-6 according to setup guidelines we have). |
regarding aix7 - I believe issue is that it chooses console output for a recent build has this line:
while in our buildscripts we have this patch file (although on master branch), which adds Changes in OpenSSL between versions 1.1.1t and 1.1.1v don't show something relevant, sadly. We can check if it's caused by change in our infrastructure or by changing OpenSSL versions by renaming/moving all compiled OpenSSL packages from build-artifacts-cache and requesting a build of a "vanilla" 3.18.x (with old OpenSSL version) - if it fails, the problem is caused by our infra change. Or, we can read through their configure script and see how it detects gcc |
46ca7e0
to
dc7ad3d
Compare
@cf-bottom jenkins with exotics please |
Sure, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/9806/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9806/ |
Updated version number in AIX specs, since Bot Tom forgot to do that. Ticket: None Changelog: None Signed-off-by: Lars Erik Wik <[email protected]>
We need to specify aix-gcc specifically because openssl1.1.1 does not detect it properly. Ticket: none Changelog: none
e07c8c5
to
f412f01
Compare
@larsewi the CI builds look good, rhel7 🟢 aix5 and aix7 are in progress testing so past the building of openssl that was holding us up. I squashed the openssl build spec commits into one. @cf-bottom jenkins please with exotics |
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/9828/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9828/ |
That build is successful in terms of rhel7, aix5 and aix7 all passing their testing-pr jobs. So @larsewi I think we are nearly ready to go with this PR. |
@craigcomstock I think we can merge this. Don't you? |