@@ -156,8 +156,6 @@ jobs:
156156 run : echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
157157 - name : Install dependencies
158158 run : sudo ./.github/workflows/posix-deps-apt.sh
159- - name : Add ccache to PATH
160- run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
161159 - name : Configure CPython
162160 run : |
163161 # Build Python with the libpython dynamic library
@@ -324,9 +322,6 @@ jobs:
324322 - name : Install OpenSSL
325323 if : steps.cache-openssl.outputs.cache-hit != 'true'
326324 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
327- - name : Add ccache to PATH
328- run : |
329- echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
330325 - name : Configure CPython
331326 run : ./configure --config-cache --with-pydebug --with-openssl=$OPENSSL_DIR
332327 - name : Build CPython
@@ -395,9 +390,6 @@ jobs:
395390 - name : Install OpenSSL
396391 if : steps.cache-openssl.outputs.cache-hit != 'true'
397392 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory $MULTISSL_DIR --openssl $OPENSSL_VER --system Linux
398- - name : Add ccache to PATH
399- run : |
400- echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
401393 - name : Setup directory envs for out-of-tree builds
402394 run : |
403395 echo "CPYTHON_RO_SRCDIR=$(realpath -m "${GITHUB_WORKSPACE}"/../cpython-ro-srcdir)" >> "$GITHUB_ENV"
@@ -512,9 +504,6 @@ jobs:
512504 - name : Install OpenSSL
513505 if : steps.cache-openssl.outputs.cache-hit != 'true'
514506 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
515- - name : Add ccache to PATH
516- run : |
517- echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
518507 - name : Configure CPython
519508 run : ./configure --config-cache --with-address-sanitizer --without-pymalloc
520509 - name : Build CPython
0 commit comments