Commits


Antoine Pitrou authored and Sutou Kouhei committed cc2f65fa041
ARROW-7838: [C++] Only link Boost libraries with tests, not libarrow.so Enabling S3 or Flight tests would add a spurious link dependency between libarrow (and therefore plasma-store-server) and Boost. Closes #6438 from pitrou/ARROW-7838-boost-linking-plasma and squashes the following commits: fb9c3adcb <Antoine Pitrou> ARROW-7838: Only link Boost libraries with tests, not libarrow.so Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>