]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (#152782)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Jul 2026 14:52:28 +0000 (16:52 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 14:52:28 +0000 (16:52 +0200)
Remove the step which installs GCC 10. This step was needed when
Ubuntu only had GCC 9. We are now using Ubuntu 24.04 which has GCC
13.

.github/workflows/build.yml

index 0edf4602bfaf97a4e56c4f214f4a5f14878fdf8c..5b320ffb11d8933f1cb934945f2a983b10d4772f 100644 (file)
@@ -519,10 +519,6 @@ jobs:
       run: echo "::add-matcher::.github/problem-matchers/gcc.json"
     - name: Install dependencies
       run: sudo ./.github/workflows/posix-deps-apt.sh
-    - name: Set up GCC-10 for ASAN
-      uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
-      with:
-        version: 10
     - name: Configure OpenSSL env vars
       run: |
         echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"