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

chore: Generalize option for static linking of Arrow C++ to link tests #267

Merged
merged 5 commits into from
Jul 24, 2023

Conversation

paleolimbot
Copy link
Member

The previous option to use static linking was just a test for MSVC; however, the may be other times where using a shared library fails (e.g., #254). This PR generalizes that option as a workaround.

@codecov-commenter
Copy link

Codecov Report

Merging #267 (b2122a1) into main (efea22c) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
- Coverage   87.19%   87.14%   -0.05%     
==========================================
  Files          66       63       -3     
  Lines       10110     9750     -360     
==========================================
- Hits         8815     8497     -318     
+ Misses       1295     1253      -42     

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@paleolimbot paleolimbot marked this pull request as ready for review July 21, 2023 22:51
@paleolimbot paleolimbot merged commit d21d810 into apache:main Jul 24, 2023
31 checks passed
@paleolimbot paleolimbot deleted the static-link-option branch July 24, 2023 13:19
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