|
62 | 62 | - name: Install dependencies |
63 | 63 | run: | |
64 | 64 | sudo ./.github/workflows/posix-deps-apt.sh |
65 | | - sudo apt-get install -yq abigail-tools |
| 65 | + sudo apt-get install -yq --no-install-recommends abigail-tools |
66 | 66 | - name: Build CPython |
67 | 67 | env: |
68 | 68 | CFLAGS: -g3 -O0 |
@@ -156,8 +156,6 @@ jobs: |
156 | 156 | run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV" |
157 | 157 | - name: Install dependencies |
158 | 158 | run: sudo ./.github/workflows/posix-deps-apt.sh |
159 | | - - name: Add ccache to PATH |
160 | | - run: echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV" |
161 | 159 | - name: Configure CPython |
162 | 160 | run: | |
163 | 161 | # Build Python with the libpython dynamic library |
@@ -324,9 +322,6 @@ jobs: |
324 | 322 | - name: Install OpenSSL |
325 | 323 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
326 | 324 | 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" |
330 | 325 | - name: Configure CPython |
331 | 326 | run: ./configure --config-cache --with-pydebug --with-openssl=$OPENSSL_DIR |
332 | 327 | - name: Build CPython |
@@ -395,9 +390,6 @@ jobs: |
395 | 390 | - name: Install OpenSSL |
396 | 391 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
397 | 392 | 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" |
401 | 393 | - name: Setup directory envs for out-of-tree builds |
402 | 394 | run: | |
403 | 395 | echo "CPYTHON_RO_SRCDIR=$(realpath -m "${GITHUB_WORKSPACE}"/../cpython-ro-srcdir)" >> "$GITHUB_ENV" |
@@ -512,9 +504,6 @@ jobs: |
512 | 504 | - name: Install OpenSSL |
513 | 505 | if: steps.cache-openssl.outputs.cache-hit != 'true' |
514 | 506 | 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" |
518 | 507 | - name: Configure CPython |
519 | 508 | run: ./configure --config-cache --with-address-sanitizer --without-pymalloc |
520 | 509 | - name: Build CPython |
|
0 commit comments