-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add Arch Linux Usan 3.x/ build bot with -fno-sanitize=function
#517
Comments
Closing in favor of the meta-issue python/cpython#111178 |
Because of the sheer amount of work to do (I just looked at what I needed to do, fixed 1-2 things and then gave up), I suggest adding a new build bot with Once this new build bot is green, we can focus on eliminating the UBs related to function pointers. Note: see python/cpython#123004 (comment) for what was detected as a first pass. I suspect there are UBs that are not detected but that's for another day. Originally posted by @picnixz in python/cpython#111178 (comment) |
@pablogsal I was told that you were responsible for the USAN build bot. Could you consider |
-fno-sanitize=function
Should this issue be moved to the buildbot repo? |
Oh yes, please. How can I do it easily? Should I just close this one and open a new one out there? (I forgot about the other repository...) |
Is the repository in question: https://github.com/python/buildmaster-config? or is it another one? |
Yeah absolutely! Do you want another bot with those settings or to just substitute the current one? |
I have transferred the issue 👍 |
I would like to keep the current one because it's important to cover |
Another option would be to add an ignore list to I'm not sure if that supports filtering on |
Opened #519 |
Thank you! |
Bug report
Bug description:
Tests are broken for build bot Arch Linux Usan 3.x/4532 since the compilation fails with:
See for instance https://buildbot.python.org/#/builders/720/builds/1300.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
The text was updated successfully, but these errors were encountered: