Conversation
tobim
left a comment
There was a problem hiding this comment.
Thanks for taking care of the update again.
f687d44 to
047060b
Compare
|
It appears that arrow 10 doesn't require building with python 🎉 |
|
@veprbl Can you give this another look when you get a chance? |
|
09f1e25 to
5fb5cde
Compare
|
@veprbl On what OS are you running that? Separately, it looks like aarch64-linux and both of the darwins are not working, aarch64-linux is failing to build grpc on |
x86_64-darwin, but aarch64-darwin should see the same issue. |
|
I think darwin failure would need to be reported upstream. |
|
@veprbl I don't have access to macOS, would you mind reporting upstream and ccing me? |
2913e1a to
9d837d3
Compare
|
Disabling the test with |
|
Would be really nice to get this merged. |
|
I don't have access to a mac to debug the problem, how should we go about getting it merged? |
|
It should be fine to disable the test as I wrote at the end of my comment. |
|
Ah, sorry I missed that! Thanks. |
|
@veprbl I think this is ready to merge. Time to work on Arrow 11 😉 . |
Ahaha, yes. Unfortunately the merge conflict popped up right after previous push. |
Description of changes
This PR bumps arrow-cpp to version 10.0.0.
Notes:
This PR currently depends on google-cloud-cpp: 1.38.0 -> 2.4.0 #198469.To avoid what I believe to be cxx abi issues, I had to setThe default of 17 works!cxxStandardto 17for abseil-cpp, and
-DCMAKE_CXX_STANDARD=17for grpc and google-cloud-cpp.Arrow itself now requiresCMAKE_CXX_STANDARDto be set to 17.I'm not sure if this should go to
staging, but happy to move it there if so.Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes