summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci-slang-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-slang-build.yml')
-rw-r--r--.github/workflows/ci-slang-build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci-slang-build.yml b/.github/workflows/ci-slang-build.yml
index 6831f3d21..b5a492543 100644
--- a/.github/workflows/ci-slang-build.yml
+++ b/.github/workflows/ci-slang-build.yml
@@ -114,6 +114,7 @@ jobs:
cmake_launcher_defines=()
if [[ -n "${ccache_symlinks_path:-}" ]]; then
echo "🔧 Using ccache with launcher: ${ccache_symlinks_path}"
+ echo "🔧 CCACHE_DIR is set to: ${CCACHE_DIR:-'not set'}"
cmake_launcher_defines+=("-DCMAKE_C_COMPILER_LAUNCHER=${ccache_symlinks_path}")
cmake_launcher_defines+=("-DCMAKE_CXX_COMPILER_LAUNCHER=${ccache_symlinks_path}")
else
@@ -155,8 +156,6 @@ jobs:
if command -v ccache &> /dev/null; then
echo "📊 ccache statistics (post-build):"
ccache --show-stats || true
- echo "🎯 ccache hit ratio summary:"
- ccache --show-stats | grep -E "(cache hit|cache miss|files compiled)" || true
fi
- name: Check documented compiler versions