zeroshade commented on a change in pull request #11206:
URL: https://github.com/apache/arrow/pull/11206#discussion_r718505637



##########
File path: ci/docker/debian-10-go-cgo.dockerfile
##########
@@ -0,0 +1,34 @@
+# Licensed to the Apache Software Foundation (ASF) under one

Review comment:
       The `debian-10-go-cgo-python` dockerfile installs pyarrow and the 
underlying go does not rely on linking against the libarrow.so objects.
   
   This dockerfile installs libarrow directly via apt so that pkg-config can 
find libarrow.so since the allocator piece directly needs to link against 
libarrow.so to run which is explicitly different than the case for the 
`cgo-python` one which in which Go has no dependency on libarrow since it only 
needs the header files and .c/.cc files which are in the Go repo itself.




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