|
64 | 64 | - name: Install dependencies |
65 | 65 | run: | |
66 | 66 | sudo ./.github/workflows/posix-deps-apt.sh |
67 | | - sudo apt-get install -yq abigail-tools |
| 67 | + sudo apt-get install -yq --no-install-recommends abigail-tools |
68 | 68 | - name: Build CPython |
69 | 69 | env: |
70 | 70 | CFLAGS: -g3 -O0 |
@@ -158,8 +158,6 @@ jobs: |
158 | 158 | run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV" |
159 | 159 | - name: Install dependencies |
160 | 160 | run: sudo ./.github/workflows/posix-deps-apt.sh |
161 | | - - name: Add ccache to PATH |
162 | | - run: echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV" |
163 | 161 | - name: Configure CPython |
164 | 162 | run: | |
165 | 163 | # Build Python with the libpython dynamic library |
@@ -334,9 +332,6 @@ jobs: |
334 | 332 | - name: Install OpenSSL |
335 | 333 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
336 | 334 | 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" |
340 | 335 | - name: Configure CPython |
341 | 336 | run: ./configure CFLAGS="-fdiagnostics-format=json" --config-cache --enable-slower-safety --with-pydebug --with-openssl="$OPENSSL_DIR" |
342 | 337 | - name: Build CPython |
@@ -428,9 +423,6 @@ jobs: |
428 | 423 | - name: Install OpenSSL |
429 | 424 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
430 | 425 | 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" |
434 | 426 | - name: Setup directory envs for out-of-tree builds |
435 | 427 | run: | |
436 | 428 | echo "CPYTHON_RO_SRCDIR=$(realpath -m "${GITHUB_WORKSPACE}"/../cpython-ro-srcdir)" >> "$GITHUB_ENV" |
@@ -546,9 +538,6 @@ jobs: |
546 | 538 | - name: Install OpenSSL |
547 | 539 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
548 | 540 | 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" |
552 | 541 | - name: Configure CPython |
553 | 542 | run: ./configure --config-cache --with-address-sanitizer --without-pymalloc |
554 | 543 | - name: Build CPython |
|
0 commit comments