Skip to content

Commit 857acd3

Browse files
[3.13] gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782) (#152950)
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 0ed6cf2 commit 857acd3

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
@@ -486,10 +486,6 @@ jobs:
486486
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
487487
- name: Install dependencies
488488
run: sudo ./.github/workflows/posix-deps-apt.sh
489-
- name: Set up GCC-10 for ASAN
490-
uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
491-
with:
492-
version: 10
493489
- name: Configure OpenSSL env vars
494490
run: |
495491
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)