10000 [3.11] gh-103726: Set up gcc-10 for ASAN (gh-103728) (#104794) · python/cpython@ac12a6b · GitHub
[go: up one dir, main page]

Skip to content

Commit ac12a6b

Browse files
[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()`. <!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. GH- Pull Request title I 8000 t should be in the following format: ``` gh-NNNNN: Summary of the changes made ``` Where: gh-NNNNN refers to the GitHub issue number. Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue. GH- Backport Pull Request title If this is a backport PR (PR made against branches other than `main`), please ensure that the PR title is in the following format: ``` [X.Y] <title from the original PR> (GH-NNNN) ``` Where: [X.Y] is the branch name, e.g. [3.6]. GH-NNNN refers to the PR number from `main`. --> <!-- gh-issue-number: gh-103726 --> * Issue: gh-103726 <!-- /gh-issue-number --> (cherry picked from commit 8330580) Co-authored-by: Dong-hee Na <donghee.na@python.org>
1 parent be20e9c commit ac12a6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ jobs:
338338
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
339339
- name: Install Dependencies
340340
run: sudo ./.github/workflows/posix-deps-apt.sh
341+
- name: Set up GCC-10 for ASAN
342+
uses: egor-tensin/setup-gcc@v1
343+
with:
344+
version: 10
341345
- name: Configure OpenSSL env vars
342346
run: |
343347
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0