assignUser commented on code in PR #13556:
URL: https://github.com/apache/arrow/pull/13556#discussion_r917156431
##########
r/inst/build_arrow_static.sh:
##########
@@ -81,10 +96,14 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_UNITY_BUILD=${CMAKE_UNITY_BUILD:-OFF} \
-Dxsimd_SOURCE=${xsimd_SOURCE:-} \
+ -DARROW_USE_SCCACHE=ON \
${EXTRA_CMAKE_FLAGS} \
-G ${CMAKE_GENERATOR:-"Unix Makefiles"} \
${SOURCE_DIR}
${CMAKE} --build . --target install
+echo "=== sccache stats after the build ==="
+sccache --show-stats
Review Comment:
https://github.com/ursacomputing/crossbow/runs/7257889831?check_suite_focus=true#step:6:2578
The other Linux builds of that matrix and the wincpp job also displays them
if you want to compare :D
--
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]