Skip to content

Commit 8ad11e3

Browse files
[3.15] gh-152785: Upgrade GCC from 10 to 13 in GHA Address Sanitizer (GH-152782) (#152949)
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 fe23aba commit 8ad11e3

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
@@ -566,10 +566,6 @@ jobs:
566566
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
567567
- name: Install dependencies
568568
run: sudo ./.github/workflows/posix-deps-apt.sh
569-
- name: Set up GCC-10 for ASAN
570-
uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
571-
with:
572-
version: 10
573569
- name: Configure OpenSSL env vars
574570
run: |
575571
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)