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

Added missing include and link dir to make CI green again #252

Merged
merged 4 commits into from
Jul 18, 2022

Conversation

narekgharibyan
Copy link
Member

This PR adds missing:

  • #include statement
  • link library dir for python 3.10

to make CI green again.

link_library_dirs = [keyvi_build_dir]
link_library_dirs = [
keyvi_build_dir,
'/usr/local/lib/', # as of 17/07/2022 Python 3.10 build on GH actions needs '/usr/local/lib/' link library dir
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe there are better ways for this ? 🤔

@narekgharibyan
Copy link
Member Author

@hendrikmuhs I'll just go ahead and merge this, to unblock #251, but let me know if you have some comments ... and I'll create a follow-up PR.

@narekgharibyan narekgharibyan merged commit 72b519c into KeyviDev:master Jul 18, 2022
@narekgharibyan narekgharibyan deleted the test_ci branch July 18, 2022 09:42
@hendrikmuhs
Copy link
Contributor

Thanks @narekgharibyan!

I don't have a better idea at the moment. Do we need this directory for python or for the other libs?

@narekgharibyan
Copy link
Member Author

narekgharibyan commented Jul 19, 2022

Do we need this directory for python or for the other libs?

For boost, apparently on python 3.10 it wasn't part of LD_LIBRARY_PATH and it was not being found.

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