raulcd commented on PR #46922:
URL: https://github.com/apache/arrow/pull/46922#issuecomment-3031915978

   I moved Google benchmark to a shared library but this didn't solve the 
issue. I have found why we were mixing static and shared libraries, with the 
current changes (which are successful locally) we only link shared arrow 
libraries, see the log:
   > `[324/334] : && /usr/bin/c++ -Wno-noexcept-type -Wno-self-move 
-Wno-subobject-linkage  -fdiagnostics-color=always -fuse-ld=gold  -Wall 
-fno-semantic-interposition -msse4.2  -O3 -DNDEBUG -O2 -ftree-vectorize  
src/arrow/acero/CMakeFiles/arrow_acero_testing.dir/Unity/unity_0_cxx.cxx.o 
src/arrow/compute/CMakeFiles/arrow_compute_core_testing.dir/Unity/unity_0_cxx.cxx.o
 
src/arrow/acero/CMakeFiles/arrow-acero-filter-benchmark.dir/Unity/unity_0_cxx.cxx.o
 -o release/arrow-acero-filter-benchmark  
-Wl,-rpath,/tmp/arrow-archery-43p5vxn2/WORKSPACE/build/release  
gbenchmark_ep/src/gbenchmark_ep-install/lib/libbenchmark_main.a  -ldl  
gbenchmark_ep/src/gbenchmark_ep-install/lib/libbenchmark.a  
release/libarrow_testing.so.2100.0.0  release/libarrow_gtest_main.so.1.16.0  
release/libarrow_acero.so.2100.0.0  release/libarrow_compute.so.2100.0.0  
release/libarrow.so.2100.0.0  -ldl  release/libarrow_gmock.so.1.16.0  
release/libarrow_gtest.so.1.16.0 && :`
   
   Currently testing benchmarks.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to