-
Notifications
You must be signed in to change notification settings - Fork 286
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
Fixes: #452 openssl-devel-engine is depreceted in Fedora, C10S. #458
Conversation
Pull Request validationFailed🔴 Failed or pending statuses - Success🟢 Review - Reviewed by undefined |
[test] |
@pacostas Please take a look at it. It should fix it. |
Testing Farm results
|
[test] |
The tests do not pass due to |
See: Signed-off-by: Petr "Stone" Hracek <[email protected]>
for CentOS Stream 10 Signed-off-by: Petr "Stone" Hracek <[email protected]>
Rebased against master [test-all] |
Container-ci-suite is not ready for switching between cluster Signed-off-by: Petr "Stone" Hracek <[email protected]>
[test-all] |
echo "openssl-devel-engine is deprecated. Test is skipped." | ||
return 0 | ||
fi | ||
fi |
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.
I agree this makes sense. After some pestering the maintainers of librdkakfa (on which node-rdkafka depends) have agreed to make the required fix but who knows when that will actually happen - https://github.com/nhaq-confluent
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.
LGTM
This issue fixes CentOS Stream failures for version 22.
The commit contains also references why it was deprecated.
Closes #452