@@ -158,8 +158,6 @@ jobs:
158158 run : echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
159159 - name : Install dependencies
160160 run : sudo ./.github/workflows/posix-deps-apt.sh
161- - name : Add ccache to PATH
162- run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
163161 - name : Configure CPython
164162 run : |
165163 # Build Python with the libpython dynamic library
@@ -334,9 +332,6 @@ jobs:
334332 - name : Install OpenSSL
335333 if : steps.cache-openssl.outputs.cache-hit != 'true'
336334 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
337- - name : Add ccache to PATH
338- run : |
339- echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
340335 - name : Configure CPython
341336 run : ./configure CFLAGS="-fdiagnostics-format=json" --config-cache --enable-slower-safety --with-pydebug --with-openssl="$OPENSSL_DIR"
342337 - name : Build CPython
@@ -428,9 +423,6 @@ jobs:
428423 - name : Install OpenSSL
429424 if : steps.cache-openssl.outputs.cache-hit != 'true'
430425 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
431- - name : Add ccache to PATH
432- run : |
433- echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
434426 - name : Setup directory envs for out-of-tree builds
435427 run : |
436428 echo "CPYTHON_RO_SRCDIR=$(realpath -m "${GITHUB_WORKSPACE}"/../cpython-ro-srcdir)" >> "$GITHUB_ENV"
@@ -546,9 +538,6 @@ jobs:
546538 - name : Install OpenSSL
547539 if : steps.cache-openssl.outputs.cache-hit != 'true'
548540 run : python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
549- - name : Add ccache to PATH
550- run : |
551- echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
552541 - name : Configure CPython
553542 run : ./configure --config-cache --with-address-sanitizer --without-pymalloc
554543 - name : Build CPython
0 commit comments