]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jul 2026 11:40:56 +0000 (13:40 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2026 11:40:56 +0000 (11:40 +0000)
gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782)

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.
(cherry picked from commit 31a0e0968e92c65019e4e0547475904e9b047d4a)

Co-authored-by: Victor Stinner <vstinner@python.org>
.github/workflows/build.yml

index 362db498eb6c2c100b19292e19287ef9a8ebec02..f5bec534d80cec6d4fe2ecc2ceeb224c9051f25e 100644 (file)
@@ -566,10 +566,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"