File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,8 @@ jobs:
156
156
run : echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
157
157
- name : Configure ccache action
158
158
uses :
hendrikmuhs/[email protected]
159
+ with :
160
+ save : false
159
161
- name : Check Autoconf version 2.69 and aclocal 1.16.3
160
162
run : |
161
163
grep "Generated by GNU Autoconf 2.69" configure
@@ -266,6 +268,8 @@ jobs:
266
268
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
267
269
- name : Configure ccache action
268
270
uses :
hendrikmuhs/[email protected]
271
+ with :
272
+ save : false
269
273
- name : Configure CPython
270
274
run : ./configure --config-cache --with-pydebug --with-openssl=$OPENSSL_DIR
271
275
- name : Build CPython
@@ -319,6 +323,9 @@ jobs:
319
323
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
320
324
- name : Configure ccache action
321
325
uses :
hendrikmuhs/[email protected]
326
+ with :
327
+ save : ${{ github.event_name == 'push' }}
328
+ max-size : " 200M"
322
329
- name : Configure CPython
323
330
run : ./configure --config-cache --with-address-sanitizer --without-pymalloc
324
331
- name : Build CPython
Original file line number Diff line number Diff line change 41
41
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
42
42
- name : Configure ccache action
43
43
uses :
hendrikmuhs/[email protected]
44
+ with :
45
+ save : ${{ github.event_name == 'push' }}
46
+ max-size : " 200M"
44
47
- name : Setup directory envs for out-of-tree builds
45
48
run : |
46
49
echo "CPYTHON_RO_SRCDIR=$(realpath -m ${GITHUB_WORKSPACE}/../cpython-ro-srcdir)" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments