Skip to content

Commit 5b1d579

Browse files
authored
More ccache debug output (#25481)
1 parent b4a32f4 commit 5b1d579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ commands:
209209
- run:
210210
name: "Ccache stats and configuration"
211211
command: |
212+
ls ~/cache/sysroot/lib/wasm32-emscripten || echo "no build"
213+
cat ~/cache/sysroot/lib/wasm32-emscripten/crtbegin.o.ccache-log
212214
date
213215
ccache -s
214216
ccache --print-stats
@@ -572,6 +574,8 @@ jobs:
572574
EMCC_CORES: 16
573575
EMCC_USE_NINJA: 1
574576
EM_COMPILER_WRAPPER: "ccache"
577+
CCACHE_DEBUG: 1
578+
CCACHE_DEBUGLEVEL: 1
575579
steps:
576580
- checkout
577581
- run:

0 commit comments

Comments
 (0)