Skip to content

Commit abdc274

Browse files
authored
CI: remove use of ci-ccache-maint.bash (#6)
1 parent a996f10 commit abdc274

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
env:
2929
CI_OS_NAME: linux
3030
CI_RUNS_ON: ubuntu-24.04
31-
CI_COMMIT: ${{ github.sha }}
3231
CCACHE_COMPRESS: 1
3332
CCACHE_DIR: ${{ github.workspace }}/.ccache
3433
CCACHE_MAXSIZE: 4Gi
@@ -58,7 +57,7 @@ jobs:
5857
sudo cpan -fi Bit::Vector # For t_cores_el2_cmark
5958
6059
- name: CCACHE maintenance
61-
run: mkdir -p $CCACHE_DIR && cd submodules/verilator && bash ci/ci-ccache-maint.bash
60+
run: mkdir -p $CCACHE_DIR && ccache --version && ccache -s -z
6261

6362
- name: Build
6463
env:

0 commit comments

Comments
 (0)