You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/08 21:48:46 UTC

[GitHub] [arrow] assignUser commented on a diff in pull request #13556: ARROW-17021:[C++][R][CI] Enable use of sccache in crossbow

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

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