From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 23 May 2023 08:10:44 +0000 (-0700) Subject: [3.11] gh-103726: Set up gcc-10 for ASAN (gh-103728) (#104794) X-Git-Tag: v3.11.4~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac12a6bf34e8fb55958f027444f58016aa9600ea;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-103726: Set up gcc-10 for ASAN (gh-103728) (#104794) Set up gcc-10 for ASAN CI as the existing config's default 9.x does not play well with `vfork()`. * Issue: gh-103726 (cherry picked from commit 83305808000e03cbad31ac3e9ef65454fb409282) Co-authored-by: Dong-hee Na --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597797f73585..93dcb3f5f414 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -338,6 +338,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