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 a996f10 commit abdc274Copy full SHA for abdc274
.github/workflows/build-test.yml
@@ -28,7 +28,6 @@ jobs:
28
env:
29
CI_OS_NAME: linux
30
CI_RUNS_ON: ubuntu-24.04
31
- CI_COMMIT: ${{ github.sha }}
32
CCACHE_COMPRESS: 1
33
CCACHE_DIR: ${{ github.workspace }}/.ccache
34
CCACHE_MAXSIZE: 4Gi
@@ -58,7 +57,7 @@ jobs:
58
57
sudo cpan -fi Bit::Vector # For t_cores_el2_cmark
59
60
- name: CCACHE maintenance
61
- run: mkdir -p $CCACHE_DIR && cd submodules/verilator && bash ci/ci-ccache-maint.bash
+ run: mkdir -p $CCACHE_DIR && ccache --version && ccache -s -z
62
63
- name: Build
64
0 commit comments