Skip to content
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 patches that mitigate compiler bugs and missing includes for some compiler versions #8

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

Goshik92
Copy link
Contributor

Currently, the main branch cannot be compiled due to a bug in GCC (also known to exist in Clang). The bug is triggered in an older version of Google's GRPC library (not sure why OCP results library would even require it). This problem is mitigated in newer versions of grpc, but it is very difficult for us to upgrade the dependencies in ocp-diag-core-cpp at the moment. Thus, I just applied a few cherry-picked patches to our existing dependencies.

Recently, our vendor confirmed that they managed to compile the library with the fix provided in this PR, so I am proposing it for merging.

… compiler versions (see links in the path files for more detail)

Signed-off-by: Goshik92 <[email protected]>
Copy link
Collaborator

@mimir-d mimir-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for the late stamp

@Goshik92 Goshik92 merged commit 7f38c4d into main Apr 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants