Skip to content

Commit 7dc3fdf

Browse files
authored
debug ccache
1 parent 274aa7f commit 7dc3fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-template.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
fi
160160
# contortion to support empty OPTIONS with old macOS bash
161161
cmake .. --preset ${{ matrix.CMAKE_PRESET || 'release' }} -B . ${{ matrix.CMAKE_OPTIONS }} ${OPTIONS[@]+"${OPTIONS[@]}"} -DLEAN_INSTALL_PREFIX=$PWD/..
162-
time make -j$NPROC
162+
time CCACHE_DEBUG=1 make -C stage0 -j$NPROC util/shell.cpp.o VERBOSE=1
163+
cat stage0/CMakeFiles/leanshell.dir/util/*ccache*
163164
- name: Install
164165
run: |
165166
make -C build install

0 commit comments

Comments
 (0)