|
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 |
@@ -443,9 +441,6 @@ jobs: |
443 | 441 | - name: Install OpenSSL |
444 | 442 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
445 | 443 | run: python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux |
446 | | - - name: Add ccache to PATH |
447 | | - run: | |
448 | | - echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV" |
449 | 444 | - name: Setup directory envs for out-of-tree builds |
450 | 445 | run: | |
451 | 446 | echo "CPYTHON_RO_SRCDIR=$(realpath -m "${GITHUB_WORKSPACE}"/../cpython-ro-srcdir)" >> "$GITHUB_ENV" |
@@ -561,9 +556,6 @@ jobs: |
561 | 556 | - name: Install OpenSSL |
562 | 557 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
563 | 558 | run: python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux |
564 | | - - name: Add ccache to PATH |
565 | | - run: | |
566 | | - echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV" |
567 | 559 | - name: Configure CPython |
568 | 560 | run: ./configure --config-cache --with-address-sanitizer --without-pymalloc |
569 | 561 | - name: Build CPython |
|
0 commit comments