Add debug workflow for ODBC Linux#172
Merged
Merged
Conversation
Update cpp_extra.yml
alinaliBQ
force-pushed
the
linux-debug-build
branch
from
April 16, 2026 18:30
756966b to
e54000c
Compare
alinaliBQ
commented
Apr 16, 2026
Comment on lines
44
to
53
|
|
||
| # GH-49652: TODO support static test linkage on macOS | ||
| if(ARROW_TEST_LINKAGE STREQUAL "static") | ||
| set(ARROW_FLIGHT_SQL_ODBC_TEST_LINK_LIBS arrow_flight_sql_odbc_static | ||
| ${ARROW_TEST_STATIC_LINK_LIBS}) | ||
| else() | ||
| # GH-49651 Link ODBC tests statically on Linux and dynamically on macOS/Windows | ||
| if(WIN32 OR APPLE) | ||
| set(ARROW_FLIGHT_SQL_ODBC_TEST_LINK_LIBS arrow_flight_sql_odbc_shared | ||
| ${ARROW_TEST_SHARED_LINK_LIBS}) | ||
| else() | ||
| # GH-49651 Link ODBC tests statically on Linux to fix segfault | ||
| set(ARROW_FLIGHT_SQL_ODBC_TEST_LINK_LIBS arrow_flight_sql_odbc_static | ||
| ${ARROW_TEST_STATIC_LINK_LIBS}) | ||
| endif() |
Author
There was a problem hiding this comment.
This file change and compose.yaml is from the community PR apache#49688.
I am also porting it here because ARROW_TEST_LINKAGE: "static" may take up too much disk space
Author
There was a problem hiding this comment.
The only new change in this PR
alinaliBQ
marked this pull request as ready for review
April 16, 2026 19:16
justing-bq
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add debug workflow for ODBC Linux to add debug trace