GH-49366: [CI][C++] Use system LLVM to use libstdc++ in gcc-toolset#49367
Open
kou wants to merge 1 commit intoapache:mainfrom
Open
GH-49366: [CI][C++] Use system LLVM to use libstdc++ in gcc-toolset#49367kou wants to merge 1 commit intoapache:mainfrom
kou wants to merge 1 commit intoapache:mainfrom
Conversation
|
|
raulcd
reviewed
Feb 23, 2026
| --x-feature=gandiva \ | ||
| # We can't use LLVM installed by vcpkg with gcc-toolset because | ||
| # LLVM installed by vcpkg doesn't use libc++ installed by gcc-toolset. | ||
| # --x-feature=gandiva \ |
Member
There was a problem hiding this comment.
Does this mean we don't build Gandiva anymore on the JNI builds? If I understand correctly if we enable Gandiva we are pulling LLVM from vcpkg and that fails because it does not use libc++ installed by gcc-toolset. Does that mean that Gandiva isn't supported on our vcpkg builds anymore?
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.
Rationale for this change
LLVM (clang) installed by vcpkg doesn't use libstdc++ installed by gcc-toolset. We need to use libstdc++ installed by gcc-toolset not system libstdc++ for C++20 support.
What changes are included in this PR?
boost-multiprecisiontodevfeature because it's also used incpp/src/arrow/util/decimal_test.ccAre these changes tested?
Yes.
Are there any user-facing changes?
No.
'bit' file not found#49366