We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14ce2 commit 178f6c4Copy full SHA for 178f6c4
.github/workflows/codechecker.yml
@@ -84,13 +84,6 @@ jobs:
84
gcc --version
85
ls -la
86
87
- - name: Set up ccache
88
- run: |
89
- mkdir -p ${CCACHE_DIR}
90
- ccache -M 10G
91
- ccache -p
92
- ccache -z -s -vv
93
-
94
- name: Run Tests with Twister
95
id: twister
96
run: |
@@ -106,9 +99,3 @@ jobs:
106
99
# Path to SARIF file relative to the root of the repository
107
100
sarif_file: build/sca/codechecker/codechecker.sarif
108
101
category: codechecker
109
110
- - name: Print ccache stats
111
- if: always()
112
113
- ccache -s -vv
114
0 commit comments