From 8a8468ac46e604484cc483252b0ac484f39fcd5f Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 8 Oct 2024 23:37:02 +0000 Subject: [PATCH] Print sccache stats --- ci/build_wheel.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index bf76f4ed29a..4b398c483a4 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -13,3 +13,5 @@ rapids-generate-version > ./VERSION cd "${package_dir}" python -m pip wheel . -w dist -v --no-deps --disable-pip-version-check + +sccache -s