amoeba commented on code in PR #49982:
URL: https://github.com/apache/arrow/pull/49982#discussion_r3268111209


##########
r/inst/build_arrow_static.sh:
##########
@@ -74,6 +77,9 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
     -DARROW_CSV=ON \
     -DARROW_DATASET=${ARROW_DATASET:-ON} \
     -DARROW_DEPENDENCY_SOURCE=${ARROW_DEPENDENCY_SOURCE:-AUTO} \
+    -DARROW_DEPENDENCY_USE_SHARED=${ARROW_DEPENDENCY_USE_SHARED:-ON} \
+    -DARROW_ENABLE_THREADING=${ARROW_ENABLE_THREADING:-ON} \
+    -DARROW_FLIGHT=${ARROW_FLIGHT:-OFF} \

Review Comment:
   No, I think that's it. I had an agent do parts of this and should've double 
checked the `ARROW_FLIGHT` thing.
   
   Removed in 
https://github.com/apache/arrow/pull/49982/commits/7eb72ac2d1927411ddbe9ce5bd328691ce142437
 and crossbow is still passing so I think this is good now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to