From: Dong-hee Na Date: Tue, 25 Apr 2023 12:13:36 +0000 (+0900) Subject: gh-103726: Set up gcc-10 for ASAN (gh-103728) X-Git-Tag: v3.12.0b1~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83305808000e03cbad31ac3e9ef65454fb409282;p=thirdparty%2FPython%2Fcpython.git gh-103726: Set up gcc-10 for ASAN (gh-103728) * Issue: gh-103726 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7eba212cbb9a..df0f107a5416 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -308,6 +308,10 @@ 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@v1 + with: + version: 10 - name: Configure OpenSSL env vars run: | echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> $GITHUB_ENV