Skip to content

Mark the passing UBSAN build as stable, the failing one as unstable - #536

Merged
encukou merged 1 commit into
python:mainfrom
encukou:usan-function-stable
Oct 8, 2024
Merged

Mark the passing UBSAN build as stable, the failing one as unstable#536
encukou merged 1 commit into
python:mainfrom
encukou:usan-function-stable

Conversation

@encukou

Copy link
Copy Markdown
Member

PR #519 added the "AMD64 Arch Linux Usan Function" UBSAN builder with -fno-sanitize=function, but made it unstable and left the existing USAN builder with all checks as stable.

We currently need this skip in order to pass, so the Function one should be marked stable (until gh-111178 is fixed & we can merge the two builders again).

PR python#519 added the "AMD64 Arch Linux Usan Function" UBSAN builder with
-fno-sanitize=function, but made it unstable and left the existing
USAN builder with all checks as stable.
We currently need this skip in order to pass, so the Function one
should be marked stable (until gh-111178 is fixed & we can merge
the two builders again).
@encukou

Copy link
Copy Markdown
MemberAuthor

I plan to merge after the 3.13.0 release, to avoid disruptions.

@encukou

Copy link
Copy Markdown
MemberAuthor

Oh, I don't have merge rights here (but I do have ssh+sudo access). @zware/@ambv, could you add me, or should I file a core-workflow/@python/organization-owners issue?

This PR should be good to merge. checkconfig & reconfig pass with the changes.

@encukou
encukou merged commit ad0c1f8 into python:mainOct 8, 2024
@encukou
encukou deleted the usan-function-stable branch October 8, 2024 12:21
@encukou

Copy link
Copy Markdown
MemberAuthor

Thanks @ambv for adding me!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@encukou