Skip to content

Commit 45f7ac0

Browse files
[3.14] gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782) (#152948)
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 31a0e09) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 25be001 commit 45f7ac0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -543,10 +543,6 @@ jobs:
543543
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
544544
- name: Install dependencies
545545
run: sudo ./.github/workflows/posix-deps-apt.sh
546-
- name: Set up GCC-10 for ASAN
547-
uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
548-
with:
549-
version: 10
550546
- name: Configure OpenSSL env vars
551547
run: |
552548
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)