|
25 | 25 | permissions: |
26 | 26 | contents: read |
27 | 27 |
|
| 28 | +concurrency: |
| 29 | + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} |
| 30 | + cancel-in-progress: true |
| 31 | + |
28 | 32 | jobs: |
29 | 33 | check_source: |
30 | 34 | name: 'Check for source changes' |
|
69 | 73 | - name: Add ccache to PATH |
70 | 74 | run: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV |
71 | 75 | - name: Configure ccache action |
72 | | - uses: hendrikmuhs/ccache-action@v1 |
| 76 | + uses: hendrikmuhs/ccache-action@v1.2 |
73 | 77 | - name: Check Autoconf version 2.69 and aclocal 1.16.3 |
74 | 78 | run: | |
75 | 79 | grep "Generated by GNU Autoconf 2.69" configure |
@@ -198,7 +202,7 @@ jobs: |
198 | 202 | run: | |
199 | 203 | echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV |
200 | 204 | - name: Configure ccache action |
201 | | - uses: hendrikmuhs/ccache-action@v1 |
| 205 | + uses: hendrikmuhs/ccache-action@v1.2 |
202 | 206 | - name: Setup directory envs for out-of-tree builds |
203 | 207 | run: | |
204 | 208 | echo "CPYTHON_RO_SRCDIR=$(realpath -m ${GITHUB_WORKSPACE}/../cpython-ro-srcdir)" >> $GITHUB_ENV |
@@ -261,7 +265,7 @@ jobs: |
261 | 265 | run: | |
262 | 266 | echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV |
263 | 267 | - name: Configure ccache action |
264 | | - uses: hendrikmuhs/ccache-action@v1 |
| 268 | + uses: hendrikmuhs/ccache-action@v1.2 |
265 | 269 | - name: Configure CPython |
266 | 270 | run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR |
267 | 271 | - name: Build CPython |
@@ -305,7 +309,7 @@ jobs: |
305 | 309 | run: | |
306 | 310 | echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV |
307 | 311 | - name: Configure ccache action |
308 | | - uses: hendrikmuhs/ccache-action@v1 |
| 312 | + uses: hendrikmuhs/ccache-action@v1.2 |
309 | 313 | - name: Configure CPython |
310 | 314 | run: ./configure --with-address-sanitizer --without-pymalloc |
311 | 315 | - name: Build CPython |
|
0 commit comments