From c934c7b5ab4a27a469b40f83087bc733b139e250 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 31 Jan 2022 16:10:32 -0500 Subject: [PATCH] add sccache stats --- ci/cpu/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index c884030eb83..e2e17593c08 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -78,9 +78,12 @@ fi if [ "$BUILD_LIBCUDF" == '1' ]; then gpuci_logger "Build conda pkg for libcudf" + sccache --zero-stats gpuci_conda_retry build --no-build-id --croot ${CONDA_BLD_DIR} conda/recipes/libcudf $CONDA_BUILD_ARGS mkdir -p ${CONDA_BLD_DIR}/libcudf/work cp -r ${CONDA_BLD_DIR}/work/* ${CONDA_BLD_DIR}/libcudf/work + gpuci_logger "sccache stats" + sccache --show-stats # Copy libcudf build metrics results LIBCUDF_BUILD_DIR=$CONDA_BLD_DIR/libcudf/work/cpp/build