-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-103726: Set up gcc-10 for ASAN #103728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For ASAN
|
We can update |
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @corona10, I could not cleanly backport this to |
GH-104794 is a backport of this pull request to the 3.11 branch. |
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. GH- Pull Request title It 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: pythongh-103726 --> * Issue: pythongh-103726 <!-- /gh-issue-number --> (cherry picked from commit 8330580) Co-authored-by: Dong-hee Na <[email protected]>
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 It 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 <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.