-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-17406: [C++] Failing to build the C++ Lib with tests #13869
Conversation
|
|
We can use C++14 by specifying |
@kou Do other parts of the library support c++14? |
Yes. We have CI jobs for C++14 and C++17. If our documents miss it, could you update our documents? |
Sure. Will look into that. Thanks @kou ! |
@kou Can we get this merged quickly to resolve CI failures? |
Which CI failures are you thinking? There are many CI failures for now (oh...) but it seems that there are no CI failures related to this. |
Sorry, I mean that merging this PR allows to fix AppVeyor, so we should do it quickly. |
Ah, I see. But this is not a real fix. This is just a workaround. I'll take a look at the CI failure tomorrow. Please wait for a while. If you can't wait, you can merge this. |
Unblocking AppVeyor would be nice. As for the real fix, there is now some hope that we move to C++17 soon. |
Continuous discussion about AppVeyor failure: #13903 (I think that we can fix the AppVeyor failure by removing CI jobs on AppVeyor instead of merging this change.) |
Ref: https://issues.apache.org/jira/browse/ARROW-17406
Pin
boost-cpp
to a version which doesn't raise warning.