-
Notifications
You must be signed in to change notification settings - Fork 87
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
(PA-6350) Enable agent-runtime main builds for fedora 40 Intel #838
Conversation
shubhamshinde360
commented
Apr 24, 2024
•
edited
Loading
edited
- Add Fedora 40 (Intel) platform definition file
- Patch swig generated interface patch for Fedora 40
- Apply ruby-augeas patch to remove unused sibling parameter for all platform building ruby-augeas. It breaks Fedora 40 and generates a warning for other platforms.
Ran several platforms for agent-runtime 7x and main at random and they complete without generating the argument mismatch warning: agent-runtime-main: https://jenkins-platform.delivery.puppetlabs.net/view/vanagon-generic-builder/job/platform_vanagon-generic-builder_vanagon-packaging_generic-builder/2867/ |
555c440
to
3047a25
Compare
Also your 7.x runtime job failed with a AIX failing to build openssl, which really really seems like a transient given these changes. I'm re-running the job here: https://jenkins-platform.delivery.puppetlabs.net/view/vanagon-generic-builder/job/platform_vanagon-generic-builder_vanagon-packaging_generic-builder/2870/. |
@cthorn42 Sorry I just realized AIX 7.2 is not supported in agent-runtime-7.x. We use it to generate agent-runtime-main and AIX 7.1 for 7.x. |
- Add Fedora 40 (Intel) platform definition file - Patch swig generated interface patch for Fedora 40 - Apply ruby-augeas patch to remove unused sibling parameter for all platforms using building ruby-augeas. It breaks Fedora 40 and generates a warning for other platforms.
3047a25
to
31a0c5f
Compare
AIX-7.1 has passed for agent-runtime-7.x |