Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compose.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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)
Comment thread
tadeja marked this conversation as resolved.
command: &conda-cpp-command
["
export ARROW_CMAKE_ARGS=\"$${ARROW_CMAKE_ARGS:-} -DCMAKE_VISIBILITY_INLINES_HIDDEN=ON\" &&
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/cpp_test.sh /arrow /build"]

Expand Down
Loading