@@ -113,10 +113,6 @@ jobs:
113113 run : sudo ./.github/workflows/posix-deps-apt.sh
114114 - name : Add ccache to PATH
115115 run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
116- - name : Configure ccache action
117- uses :
hendrikmuhs/[email protected] 118- with :
119- save : false
120116 - name : Configure CPython
121117 run : |
122118 # Build Python with the libpython dynamic library
@@ -301,10 +297,6 @@ jobs:
301297 - name : Add ccache to PATH
302298 run : |
303299 echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
304- - name : Configure ccache action
305- uses :
hendrikmuhs/[email protected] 306- with :
307- save : false
308300 - name : Configure CPython
309301 run : ./configure CFLAGS="-fdiagnostics-format=json" --config-cache --enable-slower-safety --with-pydebug --with-openssl="$OPENSSL_DIR"
310302 - name : Build CPython
@@ -362,10 +354,6 @@ jobs:
362354 - name : Add ccache to PATH
363355 run : |
364356 echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
365- - name : Configure ccache action
366- uses :
hendrikmuhs/[email protected] 367- with :
368- save : false
369357 - name : Configure CPython
370358 run : |
371359 ./configure CFLAGS="-fdiagnostics-format=json" \
@@ -449,10 +437,6 @@ jobs:
449437 - name : Add ccache to PATH
450438 run : |
451439 echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
452- - name : Configure ccache action
453- uses :
hendrikmuhs/[email protected] 454- with :
455- save : false
456440 - name : Setup directory envs for out-of-tree builds
457441 run : |
458442 echo "CPYTHON_RO_SRCDIR=$(realpath -m "${GITHUB_WORKSPACE}"/../cpython-ro-srcdir)" >> "$GITHUB_ENV"
@@ -571,11 +555,6 @@ jobs:
571555 - name : Add ccache to PATH
572556 run : |
573557 echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
574- - name : Configure ccache action
575- uses :
hendrikmuhs/[email protected] 576- with :
577- save : ${{ github.event_name == 'push' }}
578- max-size : " 200M"
579558 - name : Configure CPython
580559 run : ./configure --config-cache --with-address-sanitizer --without-pymalloc
581560 - name : Build CPython
0 commit comments