Skip to content

Commit cab4cce

Browse files
workflow: print compiler cache statistics after building firmware
Print the compiler cache (ccache) statistics after building the firmware to aid in future debugging. Co-authored-by: Fabio Baltieri <fabiobaltieri@google.com> Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent 350e92f commit cab4cce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ jobs:
6565
PLATFORMS_FLAGS+="-p qemu_x86_64"
6666
6767
./scripts/twister --force-color --inline-logs -T samples/hello_world -v $PLATFORMS_FLAGS $EXTRA_TWISTER_FLAGS
68+
69+
- name: Print ccache stats
70+
if: runner.os != 'Windows'
71+
run: |
72+
ccache -s -vv

0 commit comments

Comments
 (0)