Skip to content

Commit ad3923f

Browse files
committed
Add ccache
1 parent fda9d32 commit ad3923f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
6666
steps:
6767
- uses: actions/checkout@v6
68+
- name: ccache
69+
uses: hendrikmuhs/[email protected]
70+
with:
71+
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.CIBW_ARCHS }} # Make cache specific to OS/ARCH
72+
max-size: "5G"
6873
- name: Build wheels
6974
uses: pypa/[email protected]
7075
- uses: actions/upload-artifact@v5

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ cdfpp_extra_files = files(
154154
'tests/python_skeletons/test.py',
155155
'tests/full_corpus/test_full_corpus.py',
156156
'.github/workflows/CI.yml',
157-
'.github/workflows/tests-with-coverage.yml'
157+
'.github/workflows/tests-with-coverage.yml',
158+
'.github/dependabot.yml'
158159
)
159160

160161
cdfpp_doc_extra_files = files(

0 commit comments

Comments
 (0)