Skip to content

Commit 178f6c4

Browse files
committed
remove cache
Signed-off-by: Anas Nashif <[email protected]>
1 parent bc14ce2 commit 178f6c4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/codechecker.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ jobs:
8484
gcc --version
8585
ls -la
8686
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-
9487
- name: Run Tests with Twister
9588
id: twister
9689
run: |
@@ -106,9 +99,3 @@ jobs:
10699
# Path to SARIF file relative to the root of the repository
107100
sarif_file: build/sca/codechecker/codechecker.sarif
108101
category: codechecker
109-
110-
- name: Print ccache stats
111-
if: always()
112-
run: |
113-
ccache -s -vv
114-

0 commit comments

Comments
 (0)