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

cmake: strip main binaries #2455

Merged
merged 1 commit into from
Nov 20, 2023
Merged

cmake: strip main binaries #2455

merged 1 commit into from
Nov 20, 2023

Conversation

Riolku
Copy link
Contributor

@Riolku Riolku commented Nov 19, 2023

Instead of the very complex #2443, this PR is a comparably simple change that strips libkuzu.so, kuzu_shell and libkuzu.a.

Copy link

codecov bot commented Nov 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (072c256) 91.48% compared to head (b618fe1) 91.48%.

❗ Current head b618fe1 differs from pull request most recent head 3ab8b84. Consider uploading reports for the commit 3ab8b84 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2455      +/-   ##
==========================================
- Coverage   91.48%   91.48%   -0.01%     
==========================================
  Files        1025     1025              
  Lines       37646    37646              
==========================================
- Hits        34440    34439       -1     
- Misses       3206     3207       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Riolku Riolku force-pushed the strip-main-binaries branch 3 times, most recently from 3749914 to f178aac Compare November 19, 2023 05:04
@Riolku Riolku marked this pull request as ready for review November 19, 2023 05:26
@Riolku Riolku requested a review from mewim November 19, 2023 05:27
Instead of the very complex #2443, this PR is a comparably simple change
that strips `libkuzu.so`, `kuzu_shell` and `libkuzu.a`.
Copy link
Member

@mewim mewim left a comment

Choose a reason for hiding this comment

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

Tested the generated binaries on Ubuntu 22.04, Fedora 38 and macOS 14 with ARM64 arch and all works fine.

@Riolku Riolku merged commit 68329a8 into master Nov 20, 2023
10 checks passed
@Riolku Riolku deleted the strip-main-binaries branch November 20, 2023 18:07
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