tadeja commented on code in PR #50949:
URL: https://github.com/apache/arrow/pull/50949#discussion_r3861540322


##########
compose.yaml:
##########
@@ -302,8 +302,10 @@ services:
     volumes: &conda-volumes
       - .:/arrow:delegated
       - ${DOCKER_VOLUME_PREFIX}conda-ccache:/ccache:delegated
+    # WORKAROUND: Revert export after S3 is moved out of libarrow (GH-50194)
     command: &conda-cpp-command
       ["
+        export ARROW_CMAKE_ARGS=-DCMAKE_VISIBILITY_INLINES_HIDDEN=ON &&
         /arrow/ci/scripts/cpp_build.sh /arrow /build &&
         /arrow/ci/scripts/cpp_test.sh /arrow /build"]

Review Comment:
   Well, okay... I've modified this assignment for demo option c) 



-- 
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