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

Update versions of C++ dependent libraries, take 2. #61

Merged
merged 4 commits into from
Jun 15, 2023

Conversation

jcferretti
Copy link
Member

@jcferretti jcferretti commented Jun 14, 2023

Also, make the C++ build script more modular.
Since the C++ source code is in the deephave-core repo, this PR has some matching changes there
deephaven/deephaven-core#4000

Once this PR is merged I need to update that other PR so that the new base image is used for the PR and the PR's check can start passing.

Notes:

This is a reduced-scope version of the original PR at #59
That PR tried to update arrow to 12.0.0, which results in the cpp client hemorraging core dumps, which I don't have
time to debug right now.

This PR should also avoid building arrow shared libraries, and build less non-needed components overall to help with build times.

We avoid building any shared libraries; we are using a variation of the options for building ABSEIL that Alex was using for the R client; we also prevent installing shared objects for zlib (which otherwise gets linked dynamically)

@jcferretti jcferretti marked this pull request as ready for review June 14, 2023 21:31
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

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

Did not do a deep review. If CI passes, I'm happy to merge.

@jcferretti jcferretti merged commit f5e5532 into deephaven:main Jun 15, 2023
1 check passed
@jcferretti jcferretti deleted the cfs-update-cpp-deps-2 branch June 15, 2023 13:57
This pull request was closed.
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.

3 participants